mirror of https://github.com/nmlgc/ReC98.git
6 lines
133 B
C++
6 lines
133 B
C++
|
// Commonly used VRAM hardware palette indices in REIIDEN.EXE and FUUIN.EXE.
|
||
|
enum th01_vram_colors_t {
|
||
|
V_WHITE = 7,
|
||
|
V_RED = 10,
|
||
|
};
|