view Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/___PROJECTNAMEASIDENTIFIER____Prefix.pch @ 4625:1c562caa9123

Added dynamic loading of XFixes and XDamage on Mac OS X
author Sam Lantinga <slouken@libsdl.org>
date Wed, 28 Jul 2010 22:22:08 -0700
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