From 85dbe64eec9b282ccf6a7df4c0583f32991329f0 Mon Sep 17 00:00:00 2001 From: Steven Noonan Date: Sun, 20 Sep 2009 18:30:16 -0700 Subject: SDLMain.{h,m}: added for Xcode builds Mac OS X gets really cranky if you don't use this. Crashes, memory leaks, etc. Signed-off-by: Steven Noonan --- crawl-ref/source/SDLMain.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 crawl-ref/source/SDLMain.h (limited to 'crawl-ref/source/SDLMain.h') diff --git a/crawl-ref/source/SDLMain.h b/crawl-ref/source/SDLMain.h new file mode 100644 index 0000000000..4683df57a5 --- /dev/null +++ b/crawl-ref/source/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-54-g00ecf