]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - jpeg.h
Added support for JPEG screenshots. You can toggle that with the cvar "scr_screenshot...
[xonotic/darkplaces.git] / jpeg.h
diff --git a/jpeg.h b/jpeg.h
index d9de27c5f19cd9efc0e4d139aa15f3a77580f47d..787f9c881939a128e0a635cd1dabd35373b6eb82 100644 (file)
--- a/jpeg.h
+++ b/jpeg.h
@@ -28,6 +28,7 @@
 qboolean JPEG_OpenLibrary (void);
 void JPEG_CloseLibrary (void);
 qbyte* JPEG_LoadImage (qbyte *f, int matchwidth, int matchheight);
+qboolean JPEG_SaveImage_preflipped (const char *filename, int width, int height, qbyte *data);
 
 
 #endif