view Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/SDLApp_Prefix.pch @ 4800:6d4be626225f

Same place as before, but optimizing a bit to try to isolate the spot in the program that locks things up.
author Eli Gottlieb <eligottlieb@gmail.com>
date Sun, 18 Jul 2010 22:17:52 -0400
parents 232e5e00e398
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