view Xcode/TemplatesForXcodeTiger/SDL Application/SDLApp_Prefix.pch @ 4664:317a151b79ad

Bug fixes, now using RWops instead of File pointers.
author Jim Grandpre <jim.tla@gmail.com>
date Fri, 16 Jul 2010 20:48:43 -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