Mercurial > sdl-ios-xcode
diff src/main/macosx/SDLMain.nib/classes.nib @ 191:c151cfc43c07
Changed SDLMain to SDL_main for MacOS X stuff
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 23 Sep 2001 20:42:00 +0000 |
parents | e92aa316c517 |
children | ba9e0fcc2ae2 |
line wrap: on
line diff
--- a/src/main/macosx/SDLMain.nib/classes.nib Sun Sep 23 18:19:44 2001 +0000 +++ b/src/main/macosx/SDLMain.nib/classes.nib Sun Sep 23 20:42:00 2001 +0000 @@ -3,10 +3,10 @@ {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, { ACTIONS = {makeFullscreen = id; quit = id; }; - CLASS = SDLMain; + CLASS = SDL_main; LANGUAGE = ObjC; SUPERCLASS = NSObject; } ); IBVersion = 1; -} \ No newline at end of file +}