mirror of https://github.com/nmlgc/ReC98.git
[Maintenance] [th03] Fix playchar_t enum syntax -.-
Part of P0071, funded by KirbyComment and -Tom-.
This commit is contained in:
parent
ed3763b591
commit
245fc55b63
|
@ -1,14 +1,14 @@
|
||||||
typedef enum {
|
typedef enum {
|
||||||
PLAYCHAR_REIMU = 0
|
PLAYCHAR_REIMU = 0,
|
||||||
PLAYCHAR_MIMA = 1
|
PLAYCHAR_MIMA = 1,
|
||||||
PLAYCHAR_MARISA = 2
|
PLAYCHAR_MARISA = 2,
|
||||||
PLAYCHAR_ELLEN = 3
|
PLAYCHAR_ELLEN = 3,
|
||||||
PLAYCHAR_KOTOHIME = 4
|
PLAYCHAR_KOTOHIME = 4,
|
||||||
PLAYCHAR_KANA = 5
|
PLAYCHAR_KANA = 5,
|
||||||
PLAYCHAR_RIKAKO = 6
|
PLAYCHAR_RIKAKO = 6,
|
||||||
PLAYCHAR_CHIYURI = 7
|
PLAYCHAR_CHIYURI = 7,
|
||||||
PLAYCHAR_YUMEMI = 8
|
PLAYCHAR_YUMEMI = 8,
|
||||||
PLAYCHAR_COUNT = 9
|
PLAYCHAR_COUNT = 9,
|
||||||
} playchars_t;
|
} playchars_t;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
Loading…
Reference in New Issue