view src/main/macosx/SDLMain.h @ 48:f97decee03a9

Mattias' patch
author Sam Lantinga <slouken@lokigames.com>
date Thu, 07 Jun 2001 14:53:18 +0000
parents 45b1c4303f87
children bd6b0a910a65
line wrap: on
line source

#import <Cocoa/Cocoa.h>

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