Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 332 Bytes

SDLMain.h

File metadata and controls

14 lines (11 loc) · 332 Bytes
 
Aug 21, 2001
Aug 21, 2001
1
2
3
4
5
6
/* 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
*/
7
8
9
10
11
12
#import <Cocoa/Cocoa.h>
@interface SDLMain : NSObject
{
}
- (IBAction)quit:(id)sender;
Aug 21, 2001
Aug 21, 2001
13
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification;