From 267bebfc227c94f543a39e2aa75fb101bc06932e Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Fri, 21 May 2010 19:24:51 +0200 Subject: Moved engine-sources to seperate subdirectory. --- engine/SDLMain.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 engine/SDLMain.h (limited to 'engine/SDLMain.h') diff --git a/engine/SDLMain.h b/engine/SDLMain.h new file mode 100644 index 0000000..4683df5 --- /dev/null +++ b/engine/SDLMain.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 v1.2.3