view Xcode/TemplatesForXcodeSnowLeopard/SDL Application/___PROJECTNAMEASIDENTIFIER____Prefix.pch @ 5054:8af42aba8e17

Added .hgeol to handle file EOL conversion. Don't forget to add "eol =" to the "[extensions]" section of your .hgrc!
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 20 Jan 2011 11:23:15 -0500
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