Mercurial > sdl-ios-xcode
view src/main/macosx/SDLMain.h @ 80:8806bc1eb80e
Oops, reversed the logic of the variable
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Sat, 23 Jun 2001 22:02:27 +0000 |
parents | bd6b0a910a65 |
children | 4382c38dfbee |
line wrap: on
line source
#import <Cocoa/Cocoa.h> @interface SDLMain : NSObject { } - (IBAction)quit:(id)sender; @end