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=1b0c513996d57548fc5df8726e21a68e5ace4f99;hpb=698517be481301b4525c29873134a67b8343af3c 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 }