view src/main/macosx/SDLMain.h @ 115:7be1046c4a68

Removed debug info accidentally comitted
author Sam Lantinga <slouken@libsdl.org>
date Sat, 21 Jul 2001 18:36:37 +0000
parents bd6b0a910a65
children 4382c38dfbee
line wrap: on
line source

#import <Cocoa/Cocoa.h>

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