summaryrefslogtreecommitdiff
path: root/csrc/global.h
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2018-11-16 21:52:34 +0800
committerIru Cai <mytbk920423@gmail.com>2018-11-16 21:52:34 +0800
commitbefedcdb8dab02ff4a9b904810eade49c0890cc5 (patch)
tree8b0d396ba14c83f9591ea20de91de58da48fd1ef /csrc/global.h
parent9b8b43847065d9124fd0e2f0bfa79d91f0bcc9e7 (diff)
downloadrich4-befedcdb8dab02ff4a9b904810eade49c0890cc5.tar.xz
write mciSendStringA functions in misc.c
Diffstat (limited to 'csrc/global.h')
-rw-r--r--csrc/global.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/csrc/global.h b/csrc/global.h
index adf8941..a564023 100644
--- a/csrc/global.h
+++ b/csrc/global.h
@@ -32,6 +32,7 @@ extern RECT g_rect; /* struct tagRECT { left, top, right, bottom } @ 0x46cadc */
extern int16_t game_stage;
extern int16_t game_map;
extern int price_index;
+extern char mid_status[7]; // 0x46cb00
/* card.c */
extern uint8_t card_amount[30];