From 210f848139da84617d2f29d72e3c7dbe729f25ba Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 6 Sep 2004 04:37:10 +0000 Subject: [PATCH] SMmain doesn't exist --- stepmania/src/StepMania.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/StepMania.h b/stepmania/src/StepMania.h index e7565e3236..53a0c4529a 100644 --- a/stepmania/src/StepMania.h +++ b/stepmania/src/StepMania.h @@ -6,7 +6,7 @@ class Game; #ifdef _XBOX void __cdecl main(); #else -int SMmain(int argc, char* argv[]); +int main( int argc, char* argv[] ); #endif void ApplyGraphicOptions(); void HandleException( CString error );