From 1d6668583a23b45724e9b107604c0dbfae433f10 Mon Sep 17 00:00:00 2001 From: Joel de Vahl Date: Mon, 12 Jan 2009 20:04:14 +0000 Subject: initial server launcher for osx --- src/osxlaunch/client.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/osxlaunch/client.h (limited to 'src/osxlaunch/client.h') 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 + Non-NIB-Code & other changes: Max Horn + + Feel free to customize this file to suit your needs +*/ + +#import + +@interface SDLMain : NSObject +@end -- cgit 1.4.1