Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 373 Bytes

SDL_main.h

File metadata and controls

15 lines (12 loc) · 373 Bytes
 
Sep 23, 2001
Sep 23, 2001
1
/* SDL_main.h - main entry point for our Cocoa-ized SDL app
Aug 21, 2001
Aug 21, 2001
2
3
4
5
6
Darrell Walisser - dwaliss1@purdue.edu
Feel free to customize this file to suit your needs
*/
7
8
#import <Cocoa/Cocoa.h>
Sep 23, 2001
Sep 23, 2001
9
@interface SDL_main : NSObject
10
11
12
{
}
- (IBAction)quit:(id)sender;
Sep 4, 2001
Sep 4, 2001
13
- (IBAction)makeFullscreen:(id)sender;
Aug 21, 2001
Aug 21, 2001
14
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification;