view Xcode/TemplatesForXcode/SDL Cocoa Application/SDLApp_Prefix.pch @ 4412:c62835c40174 gsoc2008_manymouse

Closing obsolete gsoc2008_manymouse named branch
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 28 Feb 2010 00:21:32 -0500
parents d63e9f5944ae
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