about summary refs log tree commit diff
path: root/src/osxlaunch/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osxlaunch/client.h')
-rw-r--r--src/osxlaunch/client.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/osxlaunch/client.h b/src/osxlaunch/client.h
new file mode 100644
index 00000000..4683df57
--- /dev/null
+++ b/src/osxlaunch/client.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