dos33fsprogs/games/keen/maps/loadpng.h

10 lines
266 B
C
Raw Normal View History

2024-03-10 05:44:20 +00:00
#define PNG_WHOLETHING 0
#define PNG_ODDLINES 1
#define PNG_EVENLINES 2
int loadpng(char *filename, unsigned char **image_ptr, int *xsize, int *ysize,
int png_type);
int loadpng80(char *filename, unsigned char **image_ptr, int *xsize, int *ysize,
int png_type);