]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - image.h
whitespace cleanup
[xonotic/darkplaces.git] / image.h
diff --git a/image.h b/image.h
index 85adc1d5007d2f4b7828f2f8a6f28a58a512673a..b441d72f90a289490af81991555c534994923070 100644 (file)
--- a/image.h
+++ b/image.h
@@ -45,4 +45,8 @@ void Image_Resample (void *indata, int inwidth, int inheight, void *outdata, int
 // scales the image down by a power of 2 (in can be the same as out)
 void Image_MipReduce(qbyte *in, qbyte *out, int *width, int *height, int destwidth, int destheight, int bytesperpixel);
 
+// only used by menuplyr coloring
+qbyte *LoadLMPAs8Bit (qbyte *f, int matchwidth, int matchheight);
+
 #endif
+