Mercurial > sdl-ios-xcode
view src/main/macosx/SDLMain.h @ 107:01fcac5d146e
Fixed crash in testsprite when using the -fast option (nobody caught this?)
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Fri, 13 Jul 2001 10:20:43 +0000 |
parents | bd6b0a910a65 |
children | 4382c38dfbee |
line wrap: on
line source
#import <Cocoa/Cocoa.h> @interface SDLMain : NSObject { } - (IBAction)quit:(id)sender; @end