]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - image.h
cruft removal
[xonotic/darkplaces.git] / image.h
diff --git a/image.h b/image.h
index 375f5118527e28e372aa92db8f1ff379d0352514..d0dc56321643d73d8cd97a3f02d36c6ffc080667 100644 (file)
--- a/image.h
+++ b/image.h
@@ -1,3 +1,8 @@
 
 extern void Image_Copy8bitRGBA(byte *in, byte *out, int pixels, int *pal);
 extern void Image_CopyRGBAGamma(byte *in, byte *out, int pixels);
+extern int image_makemask (byte *in, byte *out, int size);
+extern byte* loadimagepixelsmask (char* filename, qboolean complain, int matchwidth, int matchheight);
+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);