Mercurial > sdl-ios-xcode
view src/main/macosx/SDLMain.h @ 207:c03846dd489b
Added Darrell Walisser's updated project-builder projects
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 16 Oct 2001 14:55:59 +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