view Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/SDLApp_Prefix.pch @ 4924:455c0dad84df

Allow the SDK path to be rebased Fixed bug compiling on Mac OS X 10.5
author Sam Lantinga <slouken@libsdl.org>
date Wed, 01 Dec 2010 12:22:29 -0800
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