Mercurial > sdl-ios-xcode
view src/main/macosx/SDLMain.h @ 116:e811db89bfbe
Changed the CVS root to point to libsdl.org
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 21 Jul 2001 18:40:28 +0000 |
parents | bd6b0a910a65 |
children | 4382c38dfbee |
line wrap: on
line source
#import <Cocoa/Cocoa.h> @interface SDLMain : NSObject { } - (IBAction)quit:(id)sender; @end