view Xcode/TemplatesForXcodeTiger/SDL Application/SDLApp_Prefix.pch @ 4792:aece2b6fb985

Removed compiled testeyes from revision control. Added it to ignore list.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 13 Jul 2010 02:27:59 -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