summaryrefslogtreecommitdiff
path: root/src/darwin/SDLMain.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/darwin/SDLMain.h')
-rw-r--r--src/darwin/SDLMain.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/darwin/SDLMain.h b/src/darwin/SDLMain.h
new file mode 100644
index 0000000..c56d90c
--- /dev/null
+++ b/src/darwin/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_ */