Mercurial > sdl-ios-xcode
comparison src/main/macosx/SDLMain.h @ 194:ba9e0fcc2ae2
Oops, back out that SDL_main -> SDLMain conversion
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 23 Sep 2001 21:09:08 +0000 |
parents | |
children | 50620ec9c86a |
comparison
equal
deleted
inserted
replaced
193:ea31cf2d61af | 194:ba9e0fcc2ae2 |
---|---|
1 /* SDLMain.h - main entry point for our Cocoa-ized SDL app | |
2 Darrell Walisser - dwaliss1@purdue.edu | |
3 | |
4 Feel free to customize this file to suit your needs | |
5 */ | |
6 | |
7 #import <Cocoa/Cocoa.h> | |
8 | |
9 @interface SDLMain : NSObject | |
10 { | |
11 } | |
12 - (IBAction)quit:(id)sender; | |
13 - (IBAction)makeFullscreen:(id)sender; | |
14 - (void)applicationDidFinishLaunching:(NSNotification *)aNotification; | |
15 @end |