comparison Xcode/TemplatesForXcode/SDL Custom Cocoa Application/SDLApp_Prefix.pch @ 2207:d63e9f5944ae

Unpacked project archives to get individual file history in subversion
author Sam Lantinga <slouken@libsdl.org>
date Sat, 21 Jul 2007 17:09:01 +0000
parents
children
comparison
equal deleted inserted replaced
2206:ca7d2227d630 2207:d63e9f5944ae
1 //
2 // Prefix header for all source files of the 'ÇPROJECTNAMEÈ' target in the 'ÇPROJECTNAMEÈ' project
3 //
4
5 #include "SDL.h"
6
7 #ifdef __OBJC__
8 #import <Cocoa/Cocoa.h>
9 #endif