view src/main/macosx/SDLMain.h @ 131:5d08b230932e

Fixed audio format selection for OpenBSD (thanks Peter!)
author Sam Lantinga <slouken@libsdl.org>
date Tue, 31 Jul 2001 05:39:36 +0000
parents bd6b0a910a65
children 4382c38dfbee
line wrap: on
line source

#import <Cocoa/Cocoa.h>

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