diff options
Diffstat (limited to 'csrc/main.c')
-rw-r--r-- | csrc/main.c | 1 |
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) { |