]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - jpeg.h
the merging of alias and bsp model rendering begins... purely cosmetic changes in...
[xonotic/darkplaces.git] / jpeg.h
diff --git a/jpeg.h b/jpeg.h
index d9de27c5f19cd9efc0e4d139aa15f3a77580f47d..d6bf4808a48c83ced58d388d3246ca10857fef6e 100644 (file)
--- a/jpeg.h
+++ b/jpeg.h
@@ -27,7 +27,8 @@
 
 qboolean JPEG_OpenLibrary (void);
 void JPEG_CloseLibrary (void);
-qbyte* JPEG_LoadImage (qbyte *f, int matchwidth, int matchheight);
+qbyte* JPEG_LoadImage (const qbyte *f, int matchwidth, int matchheight);
+qboolean JPEG_SaveImage_preflipped (const char *filename, int width, int height, qbyte *data);
 
 
 #endif