summaryrefslogtreecommitdiff
path: root/csrc/global.h
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2018-09-25 09:42:33 +0800
committerIru Cai <mytbk920423@gmail.com>2018-09-25 09:42:33 +0800
commit82dc6f263f267775f3df18345129815b271a7611 (patch)
tree710135061676eabc511766ac7ec11d81f7d78f56 /csrc/global.h
parentc590b935077438ed85ca97477038dbe97fc2fff2 (diff)
downloadrich4-82dc6f263f267775f3df18345129815b271a7611.tar.xz
rewrite entryCallback, game stage
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 eece702..1b316af 100644
--- a/csrc/global.h
+++ b/csrc/global.h
@@ -28,6 +28,7 @@ char * read_mkf(int mkf_idx, int a1, char *buf, int *bufsize);
extern HINSTANCE ghInstance; // 48a064
extern HWND gwindowHandle; // 48a0d4
extern RECT g_rect; /* struct tagRECT { left, top, right, bottom } @ 0x46cadc */
+int16_t game_stage;
/* card.c */
extern uint8_t card_amount[30];