Mercurial > sdl-ios-xcode
view src/main/macosx/SDLMain.h @ 178:1fc1a101bf23
Added CD-ROM support for BSD/OS (thanks Steven!)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 13 Sep 2001 15:57:48 +0000 |
parents | e92aa316c517 |
children |
line wrap: on
line source
/* SDLMain.h - main entry point for our Cocoa-ized SDL app Darrell Walisser - dwaliss1@purdue.edu Feel free to customize this file to suit your needs */ #import <Cocoa/Cocoa.h> @interface SDLMain : NSObject { } - (IBAction)quit:(id)sender; - (IBAction)makeFullscreen:(id)sender; - (void)applicationDidFinishLaunching:(NSNotification *)aNotification; @end