mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-17 14:12:58 +00:00
d857e16e7a
hopefully this doesn't break everything
8 lines
169 B
C
8 lines
169 B
C
#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);
|
|
|