view Xcode/TemplatesForXcodeSnowLeopard/SDL Application/___PROJECTNAMEASIDENTIFIER____Prefix.pch @ 4720:80f8d672b52e

Oops, I wasn't using pthreads. Fixed so we can have mutexes and stuff
author Paul Hunkin <paul@bieh.net>
date Tue, 27 Jul 2010 15:23:09 +0200
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