summaryrefslogtreecommitdiff
path: root/src/SDLMain.h
diff options
context:
space:
mode:
authorDavid Athay <garfield@imac.local>2008-11-17 20:35:54 +0000
committerDavid Athay <garfield@imac.local>2008-11-17 20:35:54 +0000
commit1515a857d92de384e55f56124273e7ceda0b994c (patch)
tree3b5df21fb87e62ff0653cb3064e8fbbb14e31fdd /src/SDLMain.h
parent8a458bbf5bc6fcfa66d6e96e0dea1ec20b2fd0d9 (diff)
downloadmana-client-1515a857d92de384e55f56124273e7ceda0b994c.tar.gz
mana-client-1515a857d92de384e55f56124273e7ceda0b994c.tar.bz2
mana-client-1515a857d92de384e55f56124273e7ceda0b994c.tar.xz
mana-client-1515a857d92de384e55f56124273e7ceda0b994c.zip
Added Xcode files.
Diffstat (limited to 'src/SDLMain.h')
-rwxr-xr-xsrc/SDLMain.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/SDLMain.h b/src/SDLMain.h
new file mode 100755
index 00000000..4683df57
--- /dev/null
+++ b/src/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