Mercurial > sdl-ios-xcode
diff Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/SDLApp_Prefix.pch @ 3329:232e5e00e398
Added missing templates
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 29 Sep 2009 07:59:23 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/SDLApp_Prefix.pch Tue Sep 29 07:59:23 2009 +0000 @@ -0,0 +1,9 @@ +// +// Prefix header for all source files of the 'ÇPROJECTNAMEÈ' target in the 'ÇPROJECTNAMEÈ' project +// + +#include "SDL.h" + +#ifdef __OBJC__ + #import <Cocoa/Cocoa.h> +#endif