Modified the "main" declaration to be changed if XBOX is defined.

This commit is contained in:
Renaud Lepage
2004-07-20 15:50:01 +00:00
parent 7484da8f6d
commit 1198d2d731
+5
View File
@@ -3,7 +3,12 @@
#include "Game.h"
#ifdef _XBOX
#include "Xbox Compilance\stdafx.h"
void __cdecl main(char* argv[]);
#else
int SMmain(int argc, char* argv[]);
#endif
void ApplyGraphicOptions();
void HandleException( CString error );
void ExitGame();