Mercurial > sdl-ios-xcode
view src/main/macosx/SDLMain.h @ 219:f928da36f0e9
Updated SDL DirectFB backend for DirectFB version 0.9.7
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 01 Nov 2001 16:21:40 +0000 |
parents | ba9e0fcc2ae2 |
children | 50620ec9c86a |
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