clang-format in src/include/86box/
This commit is contained in:
@@ -46,22 +46,20 @@
|
||||
*/
|
||||
|
||||
#ifndef EMU_PNG_STRUCT_H
|
||||
# define EMU_PNG_STRUCT_H
|
||||
|
||||
#define EMU_PNG_STRUCT_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern int png_write_gray(char *path, int invert,
|
||||
uint8_t *pix, int16_t w, int16_t h);
|
||||
extern int png_write_gray(char *path, int invert,
|
||||
uint8_t *pix, int16_t w, int16_t h);
|
||||
|
||||
extern void png_write_rgb(char *fn,
|
||||
uint8_t *pix, int16_t w, int16_t h, uint16_t pitch, PALETTE palcol);
|
||||
extern void png_write_rgb(char *fn,
|
||||
uint8_t *pix, int16_t w, int16_t h, uint16_t pitch, PALETTE palcol);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
#endif /*EMU_PNG_STRUCT_H*/
|
||||
#endif /*EMU_PNG_STRUCT_H*/
|
||||
|
||||
Reference in New Issue
Block a user