about summary refs log tree commit diff
path: root/src/osxlaunch/SDLMain.h
diff options
context:
space:
mode:
authorJoel de Vahl <joel@stalverk80.se>2009-01-12 20:04:14 +0000
committerJoel de Vahl <joel@stalverk80.se>2009-01-12 20:04:14 +0000
commit1d6668583a23b45724e9b107604c0dbfae433f10 (patch)
treef1d9dea6a5002f58e93999c9dff8357f4ddd9abf /src/osxlaunch/SDLMain.h
parentbaaf1bcf0d7422e967ed4c8638927d57ca8df45d (diff)
downloadzcatch-1d6668583a23b45724e9b107604c0dbfae433f10.tar.gz
zcatch-1d6668583a23b45724e9b107604c0dbfae433f10.zip
initial server launcher for osx
Diffstat (limited to 'src/osxlaunch/SDLMain.h')
-rw-r--r--src/osxlaunch/SDLMain.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/osxlaunch/SDLMain.h b/src/osxlaunch/SDLMain.h
deleted file mode 100644
index 4683df57..00000000
--- a/src/osxlaunch/SDLMain.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/*   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