remove platform-specific stuff from StpeMania.cpp

This commit is contained in:
Glenn Maynard
2005-02-07 09:17:57 +00:00
parent 1ffe2f4b89
commit 715a688008
2 changed files with 0 additions and 10 deletions
-5
View File
@@ -69,11 +69,6 @@
#define ZIPS_DIR "Packages/"
#ifdef _WINDOWS
/* The renderer is responsible for setting this, and updating it when it changes. */
HWND g_hWndMain = NULL;
#endif
int g_argc = 0;
char **g_argv = NULL;
-5
View File
@@ -23,11 +23,6 @@ CString SaveScreenshot( CString sDir, bool bSaveCompressed, bool bMakeSignature,
void InsertCoin( int iNum = 1 );
void InsertCredit();
#if defined(_WINDOWS)
#include "windows.h"
extern HWND g_hWndMain;
#endif
extern int g_argc;
extern char **g_argv;
bool GetCommandlineArgument( const CString &option, CString *argument=NULL, int iIndex=0 );