view Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/___PROJECTNAMEASIDENTIFIER____Prefix.pch @ 3556:9c2e92de786a

Added a BLENDMODE_MASK pixel shader so render tests succeed
author Sam Lantinga <slouken@libsdl.org>
date Mon, 14 Dec 2009 04:19:00 +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