X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=palette.h;fp=palette.h;h=11058772baf00f9339c373f79cf18b5265de5052;hb=e2f3aafe7b60f54c50f29d0358132034cfb21e07;hp=e7603bb97a1ed2236d1039015ff0fc10a6582e8f;hpb=f023cb7c5796237f365a5c90fb51f87081d67216;p=xonotic%2Fdarkplaces.git diff --git a/palette.h b/palette.h index e7603bb9..11058772 100644 --- a/palette.h +++ b/palette.h @@ -18,6 +18,7 @@ extern unsigned int palette_bgra_onlyfullbrights[256]; extern unsigned int palette_bgra_pantsaswhite[256]; extern unsigned int palette_bgra_shirtaswhite[256]; extern unsigned int palette_bgra_transparent[256]; +extern unsigned int palette_bgra_embeddedpic[256]; // used by hardware gamma functions in vid_* files void BuildGammaTable8(float prescale, float gamma, float scale, float base, unsigned char *out, int rampsize);