]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - image.h
rewrote RecursiveHullCheck, no longer gets stuck on angle changes, and is generally...
[xonotic/darkplaces.git] / image.h
diff --git a/image.h b/image.h
index 9fc65f0db855bfeb257ff018675dd50594ff2bcc..0a1d73fd97bfcee28094a7f2bcdca24510406b2f 100644 (file)
--- a/image.h
+++ b/image.h
@@ -1,4 +1,5 @@
 
+void Image_GammaRemapRGB(byte *in, byte *out, int pixels, byte *gammar, byte *gammag, byte *gammab);
 void Image_Copy8bitRGBA(byte *in, byte *out, int pixels, int *pal);
 void Image_CopyRGBAGamma(byte *in, byte *out, int pixels);
 int image_makemask (byte *in, byte *out, int size);