summaryrefslogtreecommitdiff
path: root/SDLMain.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-05-13 13:30:00 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-05-13 13:30:00 (GMT)
commita2e91c247fab4a2cee8936d83979f4a72390f7e7 (patch)
tree08f094934e16db70a6e5673f30bb5ab2aca4f217 /SDLMain.h
parent7544f46b9847bce7c091ab6b6e8f7ac08e87b844 (diff)
downloadpowder-a2e91c247fab4a2cee8936d83979f4a72390f7e7.zip
powder-a2e91c247fab4a2cee8936d83979f4a72390f7e7.tar.gz
Remove QTCreator project files
Diffstat (limited to 'SDLMain.h')
-rw-r--r--SDLMain.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/SDLMain.h b/SDLMain.h
new file mode 100644
index 0000000..c56d90c
--- /dev/null
+++ b/SDLMain.h
@@ -0,0 +1,16 @@
+/* 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
+*/
+
+#ifndef _SDLMain_h_
+#define _SDLMain_h_
+
+#import <Cocoa/Cocoa.h>
+
+@interface SDLMain : NSObject
+@end
+
+#endif /* _SDLMain_h_ */