mirror of https://github.com/nmlgc/ReC98.git
6 lines
149 B
C++
6 lines
149 B
C++
|
// Commonly used VRAM hardware palette indices across all three executables,
|
||
|
// and later games as well.
|
||
|
enum th02_vram_colors_t {
|
||
|
V_WHITE = 15,
|
||
|
};
|