view Xcode/TemplatesForXcodeSnowLeopard/SDL Application/___PROJECTNAMEASIDENTIFIER____Prefix.pch @ 3609:72a1c4dda07c

Merged r3808:3809 from branches/SDL-1.2: install_name_tool fix for fatbuild.sh.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 06 Jan 2010 06:44:23 +0000
parents 62d208fd5f49
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