]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_sdl.c
added a -I option on Mac OSX SDL builds to include the relevant Headers
[xonotic/darkplaces.git] / sys_sdl.c
index b1cebb0c119a47ef33348e8592b094aee9b3868b..72c5953a6429ea823ab58a88662bb1084a2fe323 100644 (file)
--- a/sys_sdl.c
+++ b/sys_sdl.c
@@ -196,7 +196,7 @@ void Sys_Init_Commands (void)
 {
 }
 
-int SDL_main (int argc, char *argv[])
+int main (int argc, char *argv[])
 {
        signal(SIGFPE, SIG_IGN);