Added Xcode project files for compiling Tux Paint on Mac OS X

This commit is contained in:
Martin Fuhrer 2004-11-22 22:16:18 +00:00
parent 618400bba9
commit 87cc774f6b
14 changed files with 3339 additions and 0 deletions

14
macosx/SDLMain.h Executable file
View file

@ -0,0 +1,14 @@
/* SDLMain.m - main entry point for our Cocoa-ized SDL app
Initial Version: Darrell Walisser <dwaliss1@purdue.edu>
Non-NIB-Code & other changes: Max Horn <max@quendi.de>
Feel free to customize this file to suit your needs
*/
//#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 <Cocoa/Cocoa.h>
@interface SDLMain : NSObject
@end