summaryrefslogtreecommitdiff
path: root/SDLMain.h
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2010-05-17 00:35:21 +0200
committerVegard Storheil Eriksen <zyp@jvnv.net>2010-05-17 00:35:21 +0200
commit69ba0b04619ca6e32517b52c120241ff7762fce2 (patch)
treef758ca10d9ffcb51b9d9ef03515e29033656a0cd /SDLMain.h
parented802f4fa92e3107b362b8d0daa6394ebdcd6d52 (diff)
Fixed OS X support.
Diffstat (limited to 'SDLMain.h')
-rw-r--r--SDLMain.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/SDLMain.h b/SDLMain.h
new file mode 100644
index 0000000..4683df5
--- /dev/null
+++ b/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