g_argc and g_argv are only defined in StepMania.cpp for WIN32.
This commit is contained in:
@@ -17,9 +17,8 @@ void ResetGame();
|
|||||||
|
|
||||||
#if defined(WIN32)
|
#if defined(WIN32)
|
||||||
extern HWND g_hWndMain;
|
extern HWND g_hWndMain;
|
||||||
#endif
|
|
||||||
|
|
||||||
extern int g_argc;
|
extern int g_argc;
|
||||||
extern char **g_argv;
|
extern char **g_argv;
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user