summaryrefslogtreecommitdiff
path: root/csrc/main.c
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2018-09-27 15:33:19 +0800
committerIru Cai <mytbk920423@gmail.com>2018-09-27 15:33:19 +0800
commitced4f8d857dd37c3d3317dbb78b6e6798a747e63 (patch)
treeeaf9fe58659a84b5e597af9ea698e9f976abe854 /csrc/main.c
parentfdbaaa68dba375ba8588bcc671590dd5445850e5 (diff)
downloadrich4-ced4f8d857dd37c3d3317dbb78b6e6798a747e63.tar.xz
price_index
Diffstat (limited to 'csrc/main.c')
-rw-r--r--csrc/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/csrc/main.c b/csrc/main.c
index eed760d..3344c00 100644
--- a/csrc/main.c
+++ b/csrc/main.c
@@ -24,6 +24,7 @@ pos_t mpos[5] = { // 0x46cb28
};
int16_t game_stage;
+int price_index;
LRESULT CALLBACK windowProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
{