mirror of https://github.com/nmlgc/ReC98.git
6 lines
93 B
C
6 lines
93 B
C
|
typedef enum {
|
||
|
PLAYCHAR_REIMU = 0,
|
||
|
PLAYCHAR_MARISA = 1,
|
||
|
PLAYCHAR_COUNT = 2
|
||
|
} playchars_t;
|