Mercurial > sdl-ios-xcode
view src/main/macosx/SDLMain.h @ 52:3f344be3301b
MacOS X additions from Darrell
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Sun, 10 Jun 2001 05:02:38 +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