X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=palette.h;fp=palette.h;h=9fd075c1b14061cd17dabe75c84fdaf5272011d8;hb=e411cc7d14dad08cbbe27f5b3af86700f7eb5184;hp=7e6dbc4bc9742fda5929a48cef103d1a79ffea92;hpb=2872e81cc071c9221241578e6b2573e2d0a18d61;p=xonotic%2Fdarkplaces.git diff --git a/palette.h b/palette.h index 7e6dbc4b..9fd075c1 100644 --- a/palette.h +++ b/palette.h @@ -15,5 +15,5 @@ void VID_UpdateGamma(qboolean force); void BuildGammaTable8(float prescale, float gamma, float scale, float base, byte *out); void BuildGammaTable16(float prescale, float gamma, float scale, float base, unsigned short *out); -void Gamma_Init(); -void Palette_Init(); +void Gamma_Init(void); +void Palette_Init(void);