]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - jpeg.h
add SDLMain stuff for OS X; make the Makefiles ready for OS X cross compilation ...
[xonotic/darkplaces.git] / jpeg.h
diff --git a/jpeg.h b/jpeg.h
index 6a9dd56359a79fd87875b57cfa5ead004a3c78c4..a657e7c394808d4f9e3cef56e1e10297ca3bb059 100644 (file)
--- a/jpeg.h
+++ b/jpeg.h
@@ -27,7 +27,7 @@
 
 qboolean JPEG_OpenLibrary (void);
 void JPEG_CloseLibrary (void);
-unsigned char* JPEG_LoadImage (const unsigned char *f, int matchwidth, int matchheight);
+unsigned char* JPEG_LoadImage (const unsigned char *f, int filesize, int matchwidth, int matchheight);
 qboolean JPEG_SaveImage_preflipped (const char *filename, int width, int height, unsigned char *data);