comparison src/main/macosx/SDLMain.h @ 168:e92aa316c517

Added Max's patches for building MacOS X apps on command line
author Sam Lantinga <slouken@libsdl.org>
date Tue, 04 Sep 2001 23:18:45 +0000
parents 4382c38dfbee
children
comparison
equal deleted inserted replaced
167:cb384ef627f6 168:e92aa316c517
8 8
9 @interface SDLMain : NSObject 9 @interface SDLMain : NSObject
10 { 10 {
11 } 11 }
12 - (IBAction)quit:(id)sender; 12 - (IBAction)quit:(id)sender;
13 - (IBAction)makeFullscreen:(id)sender;
13 - (void)applicationDidFinishLaunching:(NSNotification *)aNotification; 14 - (void)applicationDidFinishLaunching:(NSNotification *)aNotification;
14 @end 15 @end