about summary refs log tree commit diff
path: root/src/osxlaunch/SDLMain.h
diff options
context:
space:
mode:
authorJoel de Vahl <joel@stalverk80.se>2008-10-21 15:59:32 +0000
committerJoel de Vahl <joel@stalverk80.se>2008-10-21 15:59:32 +0000
commit8edfa800280d49c51c56e044d75b0858c20ed0a2 (patch)
tree1dca72b1783bcdc4f6ae44aca3c722d29014437c /src/osxlaunch/SDLMain.h
parent39b0b6cbf85d8f1b4fe97ff9ad6939905a5bfc22 (diff)
downloadzcatch-8edfa800280d49c51c56e044d75b0858c20ed0a2.tar.gz
zcatch-8edfa800280d49c51c56e044d75b0858c20ed0a2.zip
Use SDL on OSX
Diffstat (limited to 'src/osxlaunch/SDLMain.h')
-rw-r--r--src/osxlaunch/SDLMain.h11
1 files changed, 11 insertions, 0 deletions
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 <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