view src/main/macosx/SDLMain.h @ 156:7064032cbe77

Is this right??
author Sam Lantinga <slouken@libsdl.org>
date Mon, 20 Aug 2001 00:10:35 +0000
parents bd6b0a910a65
children 4382c38dfbee
line wrap: on
line source

#import <Cocoa/Cocoa.h>

@interface SDLMain : NSObject
{
}
- (IBAction)quit:(id)sender;
@end