view Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/___PROJECTNAMEASIDENTIFIER____Prefix.pch @ 3374:725b16784e96

Matěj Týč 2009-10-05 14:09:03 PDT patched to comply to the up-to-date autoconf
author Sam Lantinga <slouken@libsdl.org>
date Sat, 10 Oct 2009 18:37:35 +0000
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