mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-15 08:52:01 +00:00
8 lines
98 B
Text
8 lines
98 B
Text
|
|
enum ETranslationTable
|
|
{
|
|
TRANSLATION_Invalid,
|
|
TRANSLATION_Basepalette,
|
|
TRANSLATION_Remap,
|
|
};
|
|
|