g_argc and g_argv are only defined in StepMania.cpp for WIN32.

This commit is contained in:
Steve Checkoway
2003-07-15 00:45:43 +00:00
parent 423f27eb02
commit 597e23df8b
+1 -2
View File
@@ -17,9 +17,8 @@ void ResetGame();
#if defined(WIN32)
extern HWND g_hWndMain;
#endif
extern int g_argc;
extern char **g_argv;
#endif
#endif