Mercurial > sdl-ios-xcode
view Xcode/TemplatesForXcodeTiger/SDL Application/SDLApp_Prefix.pch @ 4830:3dfe779900f5
Compiling for cocoa now works. Does it run? We'll see.
author | egottlieb |
---|---|
date | Tue, 03 Aug 2010 23:22:31 -0400 |
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