ReC98/th05/chars.h

10 lines
164 B
C

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