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