00001 /* SDLMain.m - main entry point for our Cocoa-ized SDL app 00002 Initial Version: Darrell Walisser <dwaliss1@purdue.edu> 00003 Non-NIB-Code & other changes: Max Horn <max@quendi.de> 00004 00005 Feel free to customize this file to suit your needs 00006 */ 00007 00008 #import <Cocoa/Cocoa.h> 00009 00010 @interface SDLMain : NSObject {} 00011 @end