X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Freadpng.h;h=924b3415605d7b2171c348af0d206ee834b1fcea;hb=dde168a10ef0c849dcedcd4527ebe43feb5edf32;hp=ce5d6351e29141b6626075ec8f07be6b29606294;hpb=be672de78d15e3761c531834315e464df4d0cdac;p=picodrive.git diff --git a/platform/common/readpng.h b/platform/common/readpng.h index ce5d635..924b341 100644 --- a/platform/common/readpng.h +++ b/platform/common/readpng.h @@ -12,6 +12,7 @@ extern "C" { #endif int readpng(void *dest, const char *fname, readpng_what what, int w, int h); +int writepng(const char *fname, unsigned short *src, int w, int h); #ifdef __cplusplus }