]> git.xonotic.org Git - xonotic/darkplaces.git/blob - image.h
speedups to R_WorldNode, and some shrinkage on the surface struct
[xonotic/darkplaces.git] / image.h
1
2 extern void Image_Copy8bitRGBA(byte *in, byte *out, int pixels, int *pal);
3 extern void Image_CopyRGBAGamma(byte *in, byte *out, int pixels);