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 #ifndef _SDLMain_h_ 00009 #define _SDLMain_h_ 00010 00011 #import <Cocoa/Cocoa.h> 00012 00013 @interface SDLMain : NSObject 00014 @end 00015 00016 #endif /* _SDLMain_h_ */