/* 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 $Id$ */ //#define MAC_OS_X_VERSION_MAX_ALLOWED MAC_OS_X_VERSION_10_2 //#define MAC_OS_X_VERSION_MIN_REQUIRED MAC_OS_X_VERSION_10_2 #import @interface SDLMain : NSObject @end