view src/main/macosx/SDLMain.h @ 159:9841293e9e86

Time to recognize everyone again. :)
author Sam Lantinga <slouken@libsdl.org>
date Tue, 21 Aug 2001 07:27:51 +0000
parents 4382c38dfbee
children e92aa316c517
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;
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification;
@end