Modified the "main" declaration to be changed if XBOX is defined.
This commit is contained in:
@@ -3,7 +3,12 @@
|
|||||||
|
|
||||||
#include "Game.h"
|
#include "Game.h"
|
||||||
|
|
||||||
|
#ifdef _XBOX
|
||||||
|
#include "Xbox Compilance\stdafx.h"
|
||||||
|
void __cdecl main(char* argv[]);
|
||||||
|
#else
|
||||||
int SMmain(int argc, char* argv[]);
|
int SMmain(int argc, char* argv[]);
|
||||||
|
#endif
|
||||||
void ApplyGraphicOptions();
|
void ApplyGraphicOptions();
|
||||||
void HandleException( CString error );
|
void HandleException( CString error );
|
||||||
void ExitGame();
|
void ExitGame();
|
||||||
|
|||||||
Reference in New Issue
Block a user