view src/main/macosx/SDLMain.h @ 151:a90b13a831cf

Fix compiler warnings
author Sam Lantinga <slouken@libsdl.org>
date Sat, 18 Aug 2001 19:21:04 +0000 (2001-08-18)
parents bd6b0a910a65
children 4382c38dfbee
line wrap: on
line source
#import <Cocoa/Cocoa.h>

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