ReC98/th04/player/chars.h

6 lines
93 B
C
Raw Normal View History

typedef enum {
PLAYCHAR_REIMU = 0,
PLAYCHAR_MARISA = 1,
PLAYCHAR_COUNT = 2
} playchars_t;