]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - palette.h
renamed byte to qbyte throughout engine to eliminate a mingw conflict
[xonotic/darkplaces.git] / palette.h
index 7e3ef152f9c46723102c32a07e81b588a458ccbd..f6e862e05c5c7d4049113fa39511b17c050b6342 100644 (file)
--- a/palette.h
+++ b/palette.h
@@ -6,14 +6,14 @@ extern cvar_t v_overbrightbits;
 extern cvar_t v_hwgamma;
 
 extern unsigned int d_8to24table[256];
-//extern byte d_15to8table[32768];
+//extern qbyte d_15to8table[32768];
 
 extern qboolean hardwaregammasupported;
 
 void VID_UpdateGamma(qboolean force);
 
 // used by hardware gamma functions in vid_* files
-void BuildGammaTable8(float prescale, float gamma, float scale, float base, byte *out);
+void BuildGammaTable8(float prescale, float gamma, float scale, float base, qbyte *out);
 void BuildGammaTable16(float prescale, float gamma, float scale, float base, unsigned short *out);
 
 void Gamma_Init(void);