ReC98/th05/chars.h
nmlgc 708d9fc8ac [Maintenance] [th02/th04/th05] Declare more stage and player symbols in C land
Part of P0089, funded by [Anonymous] and Blue Bolt.
2020-05-04 00:03:17 +02:00

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;