comparison src/main/macosx/SDLMain.h @ 47:45b1c4303f87

Added initial support for Quartz video (thanks Darrell!)
author Sam Lantinga <slouken@lokigames.com>
date Thu, 07 Jun 2001 14:28:11 +0000
parents
children bd6b0a910a65
comparison
equal deleted inserted replaced
46:3dcf26fa9d15 47:45b1c4303f87
1 #import <Cocoa/Cocoa.h>
2
3 @interface SDLMain : NSObject
4 {
5 }
6 - (IBAction)quit:(id)sender;
7 - (IBAction)makeFullscreen:(id)sender;
8 @end