view Xcode/TemplatesForXcode/SDL OpenGL Application/SDLApp_Prefix.pch @ 3281:2d3a9f229ba1

I'm gussing that this was never compiled where TTF support was missing. As a result a call to SDL_GetError and a call to TTF_GetError were swapped. I "fixed" it. That is it now compiles.
author Bob Pendleton <bob@pendleton.com>
date Sat, 19 Sep 2009 15:22:33 +0000
parents d63e9f5944ae
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