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