view Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/SDLApp_Prefix.pch @ 3535:b403f790df65

Hey, those automated tests are coming in handy! Fixed GDI rendering semantics
author Sam Lantinga <slouken@libsdl.org>
date Mon, 07 Dec 2009 10:08:24 +0000
parents 232e5e00e398
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