summaryrefslogtreecommitdiff
path: root/SDLMain.h
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2010-02-09 19:49:35 +0100
committerVegard Storheil Eriksen <zyp@jvnv.net>2010-02-09 19:49:35 +0100
commitd5c33850b3cef417384e8648518e95b6c04b849c (patch)
treebcf129100b6d2f8b0e7513f96d62f62dbd9ac4a8 /SDLMain.h
parent19baf2b8acfb6574120fa6bf54b28851d05a5fc5 (diff)
Replaced GLUT with SDL.
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