view Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/___PROJECTNAMEASIDENTIFIER____Prefix.pch @ 4481:92e65e3041c2

Removed SDL.lib and SDLmain.lib from the projects since the dependencies are set up properly.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 05 Jul 2010 18:18:25 -0700
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