view Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/SDLApp_Prefix.pch @ 4776:29dcad9c58b3

Removed and added back SDL_shape.{c,h} wholesale. Will this get them tracked properly?
author Eli Gottlieb <eligottlieb@gmail.com>
date Sat, 05 Jun 2010 15:07:14 -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