SMmain doesn't exist

This commit is contained in:
Glenn Maynard
2004-09-06 04:37:10 +00:00
parent bc70dfc982
commit 210f848139
+1 -1
View File
@@ -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 );