view Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/___PROJECTNAMEASIDENTIFIER____Prefix.pch @ 5273:c5a04f3c3908

Fixed a crash caused by the 1.2 code path getting a YV12 texture. :)
author Sam Lantinga <slouken@libsdl.org>
date Sat, 12 Feb 2011 08:17:58 -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