]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - image_png.h
screenshot: get rid of the 3*w*h+18 TGA buffer; instead however always capture as...
[xonotic/darkplaces.git] / image_png.h
index c521afdc17a6e8c2f0305ddbce937ddf02f94ba3..e83d8cb76d23bb7926c2e7ecb8353a389018b109 100644 (file)
@@ -27,7 +27,7 @@
 qboolean PNG_OpenLibrary (void);
 void PNG_CloseLibrary (void);
 unsigned char* PNG_LoadImage_BGRA (const unsigned char *f, int filesize);
-qboolean PNG_SaveImage_preflipped (const char *filename, int width, int height, unsigned char *data);
+qboolean PNG_SaveImage_preflipped (const char *filename, int width, int height, qboolean has_alpha, unsigned char *data);
 
 #endif