my bad, the problem was in StepMania.cpp where not StepMania.h
This commit is contained in:
@@ -61,11 +61,10 @@
|
||||
#endif
|
||||
|
||||
HWND g_hWndMain = NULL;
|
||||
int g_argc = 0;
|
||||
char **g_argv = NULL;
|
||||
|
||||
#endif
|
||||
|
||||
int g_argc = 0;
|
||||
char **g_argv = NULL;
|
||||
|
||||
static bool g_bHasFocus = true;
|
||||
static bool g_bQuitting = false;
|
||||
|
||||
Reference in New Issue
Block a user