diff options
Diffstat (limited to 'src/VBox/Frontends/VBoxSDL/VBoxSDLMain-darwin.h')
-rw-r--r-- | src/VBox/Frontends/VBoxSDL/VBoxSDLMain-darwin.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/VBox/Frontends/VBoxSDL/VBoxSDLMain-darwin.h b/src/VBox/Frontends/VBoxSDL/VBoxSDLMain-darwin.h new file mode 100644 index 00000000..6d4177f9 --- /dev/null +++ b/src/VBox/Frontends/VBoxSDL/VBoxSDLMain-darwin.h @@ -0,0 +1,12 @@ +/* $Id: VBoxSDLMain-darwin.h $ */ +/* SDLMain.m - main entry point for our Cocoa-ized SDL app + Initial Version: Darrell Walisser <dwaliss1@purdue.edu> + Non-NIB-Code & other changes: Max Horn <max@quendi.de> + + Feel free to customize this file to suit your needs +*/ + +#import <Cocoa/Cocoa.h> + +@interface SDLMain : NSObject +@end |