view src/main/macosx/SDLMain.h @ 213:c79890792bfb

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Thu, 25 Oct 2001 04:35:42 +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