]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - image.h
smoke trails no longer rise (but you could hardly tell anyway, due to their short...
[xonotic/darkplaces.git] / image.h
diff --git a/image.h b/image.h
index c0d07ee7452acda4b6eb3a23677b2c1ea2cfcf9c..ebaafd584bea79ff59c07daf06bceb4da81a9356 100644 (file)
--- a/image.h
+++ b/image.h
@@ -8,4 +8,6 @@ extern byte* loadimagepixelsmask (char* filename, qboolean complain, int matchwi
 extern int loadtextureimagemask (char* filename, int matchwidth, int matchheight, qboolean complain, qboolean mipmap);
 extern int image_masktexnum;
 extern int loadtextureimagewithmask (char* filename, int matchwidth, int matchheight, qboolean complain, qboolean mipmap);
+extern void Image_WriteTGARGB_preflipped (char *filename, int width, int height, byte *data);
 extern void Image_WriteTGARGB (char *filename, int width, int height, byte *data);
+extern void Image_WriteTGARGBA (char *filename, int width, int height, byte *data);