X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fcommon%2Freadpng.h;h=924b3415605d7b2171c348af0d206ee834b1fcea;hp=ce5d6351e29141b6626075ec8f07be6b29606294;hb=29a8c4f3e7fee7678e4b18de1748b9c4255dcef2;hpb=9411ba241f8f6ea0926a76c13a3329a95856b420 diff --git a/frontend/common/readpng.h b/frontend/common/readpng.h index ce5d6351..924b3415 100644 --- a/frontend/common/readpng.h +++ b/frontend/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 }