Mercurial > sdl-ios-xcode
view src/main/macosx/SDLMain.h @ 114:dabc453ce7f7
Now returns an error if unable to open audio on BeOS
Fixed bugs in fullscreen/windowed mode changes, removed duplicated code.
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Fri, 20 Jul 2001 20:07:53 +0000 |
parents | bd6b0a910a65 |
children | 4382c38dfbee |
line wrap: on
line source
#import <Cocoa/Cocoa.h> @interface SDLMain : NSObject { } - (IBAction)quit:(id)sender; @end