diff options
author | Iru Cai <mytbk920423@gmail.com> | 2018-09-09 22:31:20 +0800 |
---|---|---|
committer | Iru Cai <mytbk920423@gmail.com> | 2018-09-09 22:31:46 +0800 |
commit | 793f4edb3e7733b2ceb22ddb7a621ab9cf7a3981 (patch) | |
tree | 32e5bf1e670ed6c301c25e915dfd9d0682ebeff8 /csrc/player_info.h | |
parent | 4c4e478baca326252066fe5bfd97ff5115999fa5 (diff) | |
download | rich4-793f4edb3e7733b2ceb22ddb7a621ab9cf7a3981.tar.xz |
name selected_{card,tool}, player_cards
Diffstat (limited to 'csrc/player_info.h')
-rw-r--r-- | csrc/player_info.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/csrc/player_info.h b/csrc/player_info.h index 175353f..616422b 100644 --- a/csrc/player_info.h +++ b/csrc/player_info.h @@ -65,4 +65,5 @@ extern player_info rich4_players[]; /* 0x47e80c */ extern int nplayers; /* 0x499114 */ extern int current_player; /* 0x49910c */ +extern uint8_t player_cards[60]; /* 0x499120 */ extern uint8_t tool_amount[60]; /* 0x49915c */ |