ReC98/th05/chars.h

12 lines
199 B
C

typedef enum {
PLAYCHAR_REIMU = 0,
PLAYCHAR_MARISA = 1,
PLAYCHAR_MIMA = 2,
PLAYCHAR_YUUKA = 3,
PLAYCHAR_COUNT = 4,
_playchars_t_FORCE_UINT8 = 0xFF
} playchars_t;
extern playchars_t playchar;