view Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/___PROJECTNAMEASIDENTIFIER____Prefix.pch @ 3615:4a4371a7cd4f

Merged r4433:4434 from branches/SDL-1.2: fbcon fgets() return value test fix.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 06 Jan 2010 07:45:58 +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