summaryrefslogtreecommitdiff
path: root/csrc/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'csrc/global.h')
-rw-r--r--csrc/global.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/csrc/global.h b/csrc/global.h
index 1b316af..7fe28d9 100644
--- a/csrc/global.h
+++ b/csrc/global.h
@@ -28,7 +28,8 @@ 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;
+extern int16_t game_stage;
+extern int price_index;
/* card.c */
extern uint8_t card_amount[30];