mirror of
https://github.com/yawut/SDL.git
synced 2026-08-19 23:34:04 -05:00
Eric Wing to Sam
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.)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
//
|
||||
// Prefix header for all source files of the '<27>PROJECTNAME<4D>' target in the '<27>PROJECTNAME<4D>' project
|
||||
//
|
||||
|
||||
#include "SDL.h"
|
||||
|
||||
#ifdef __OBJC__
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#endif
|
||||
Reference in New Issue
Block a user