- moved EColorManipulation into the backend.

This commit is contained in:
Christoph Oelckers 2021-03-13 12:21:07 +01:00
commit ae09ca7a48
4 changed files with 10 additions and 11 deletions

View file

@ -43,13 +43,4 @@ inline uint32_t MakeSpecialColormap(int index)
return index | SPECIALCOLORMAP_MASK;
}
enum EColorManipulation
{
CM_DEFAULT = 0, // untranslated
CM_FIRSTSPECIALCOLORMAP, // first special fixed colormap
};
#define CM_MAXCOLORMAP int(CM_FIRSTSPECIALCOLORMAP + SpecialColormaps.Size())
#endif