X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=jpeg.h;h=d6bf4808a48c83ced58d388d3246ca10857fef6e;hb=2dcf07b858a9b1da3e3f0cd8b29b61aef5a4b6bd;hp=d9de27c5f19cd9efc0e4d139aa15f3a77580f47d;hpb=bdffd88cf8584630d1e24363e75a969435af2809;p=xonotic%2Fdarkplaces.git diff --git a/jpeg.h b/jpeg.h index d9de27c5..d6bf4808 100644 --- 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