Mercurial > sdl-ios-xcode
view Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/SDLApp_Prefix.pch @ 3347:0dc3d85ce0ac
Eric Wing to Sam
Sorry, here's another small fix.
I changed two options in the Doxyfiles in the XcodeDocSet directories which should allow at least a brief description to be seen in Quick Help.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 06 Oct 2009 03:33:10 +0000 |
parents | 232e5e00e398 |
children |
line wrap: on
line source
// // Prefix header for all source files of the 'ÇPROJECTNAMEÈ' target in the 'ÇPROJECTNAMEÈ' project // #include "SDL.h" #ifdef __OBJC__ #import <Cocoa/Cocoa.h> #endif