SMmain doesn't exist
This commit is contained in:
@@ -6,7 +6,7 @@ class Game;
|
|||||||
#ifdef _XBOX
|
#ifdef _XBOX
|
||||||
void __cdecl main();
|
void __cdecl main();
|
||||||
#else
|
#else
|
||||||
int SMmain(int argc, char* argv[]);
|
int main( int argc, char* argv[] );
|
||||||
#endif
|
#endif
|
||||||
void ApplyGraphicOptions();
|
void ApplyGraphicOptions();
|
||||||
void HandleException( CString error );
|
void HandleException( CString error );
|
||||||
|
|||||||
Reference in New Issue
Block a user