From 8edfa800280d49c51c56e044d75b0858c20ed0a2 Mon Sep 17 00:00:00 2001 From: Joel de Vahl Date: Tue, 21 Oct 2008 15:59:32 +0000 Subject: Use SDL on OSX --- src/osxlaunch/SDLMain.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/osxlaunch/SDLMain.h (limited to 'src/osxlaunch/SDLMain.h') diff --git a/src/osxlaunch/SDLMain.h b/src/osxlaunch/SDLMain.h new file mode 100644 index 00000000..4683df57 --- /dev/null +++ b/src/osxlaunch/SDLMain.h @@ -0,0 +1,11 @@ +/* SDLMain.m - main entry point for our Cocoa-ized SDL app + Initial Version: Darrell Walisser + Non-NIB-Code & other changes: Max Horn + + Feel free to customize this file to suit your needs +*/ + +#import + +@interface SDLMain : NSObject +@end -- cgit 1.4.1