Mercurial > sdl-ios-xcode
view src/main/macosx/SDLMain.h @ 149:0e66fd980014
Fixed compile errors and added call to SDL_SetModuleHandle() in WinMain()
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 09 Aug 2001 14:04:46 +0000 |
parents | bd6b0a910a65 |
children | 4382c38dfbee |
line wrap: on
line source
#import <Cocoa/Cocoa.h> @interface SDLMain : NSObject { } - (IBAction)quit:(id)sender; @end