view src/main/macosx/SDLMain.h @ 77:1e7e61b9b0f9

Don't crash if freeing a cursor after quit...
author Sam Lantinga <slouken@lokigames.com>
date Tue, 19 Jun 2001 21:07:12 +0000
parents bd6b0a910a65
children 4382c38dfbee
line wrap: on
line source

#import <Cocoa/Cocoa.h>

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