view Xcode/TemplatesForXcodeSnowLeopard/SDL Application/___PROJECTNAMEASIDENTIFIER____Prefix.pch @ 3622:3e043c661dfc

Merged r4784:4785 from branches/SDL-1.2: Mac OS X linker command line fixes.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 10 Jan 2010 04:42:45 +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