view Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/___PROJECTNAMEASIDENTIFIER____Prefix.pch @ 5183:4d098d286794

SDL_SetTextureBlendMode broken, caught by Kai Sterker - Thanks!
author Sam Lantinga <slouken@libsdl.org>
date Sat, 05 Feb 2011 00:32:04 -0800
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