]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - image.h
added sv_gameplayfix_grenadebouncedownsteps, sv_gameplayfix_noairborncorpse, sv_gamep...
[xonotic/darkplaces.git] / image.h
diff --git a/image.h b/image.h
index e3f144cb6a3ebd452655bffa164ed820021940be..6ff4b73548c4d9443a7d45fc953ef055bc0d9f83 100644 (file)
--- a/image.h
+++ b/image.h
@@ -37,7 +37,7 @@ rtexture_t *loadtextureimagewithmaskandnmap (rtexturepool_t *pool, const char *f
 rtexture_t *loadtextureimagebumpasnmap (rtexturepool_t *pool, const char *filename, int matchwidth, int matchheight, qboolean complain, int flags, float bumpscale);
 
 // writes a RGB TGA that is already upside down (which TGA wants)
-qboolean Image_WriteTGARGB_preflipped (const char *filename, int width, int height, const qbyte *data);
+qboolean Image_WriteTGARGB_preflipped (const char *filename, int width, int height, const qbyte *data, qbyte *buffer);
 
 // writes a RGB TGA
 void Image_WriteTGARGB (const char *filename, int width, int height, const qbyte *data);