mirror of https://github.com/nmlgc/ReC98.git
8 lines
134 B
C
8 lines
134 B
C
|
typedef enum {
|
||
|
PLAYCHAR_REIMU = 0,
|
||
|
PLAYCHAR_MARISA = 1,
|
||
|
PLAYCHAR_MIMA = 2,
|
||
|
PLAYCHAR_YUUKA = 3,
|
||
|
PLAYCHAR_COUNT = 4
|
||
|
} playchars_t;
|