mirror of
https://github.com/yawut/SDL.git
synced 2026-03-22 09:54:30 -05:00
Included is the fix for the missing SDL_revision.h in the framework. Also, I include the project template fixes for the prefix header files. But since this is in SVN directly, you must rename the files named SDLApp_Prefix.pch to ___PROJECTNAMEASIDENTIFIER____Prefix.pch in the TemplatesForXcodeSnowLeopard and TemplatesForXcodeLeopard directories. (Do not rename the Tiger ones.)
10 lines
175 B
Plaintext
10 lines
175 B
Plaintext
//
|
|
// Prefix header for all source files of the 'ÇPROJECTNAMEÈ' target in the 'ÇPROJECTNAMEÈ' project
|
|
//
|
|
|
|
#include "SDL.h"
|
|
|
|
#ifdef __OBJC__
|
|
#import <Cocoa/Cocoa.h>
|
|
#endif
|