view Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/___PROJECTNAMEASIDENTIFIER____Prefix.pch @ 4528:f06faa886423

Fixed bug 1022 Fixed the X11 icon on 64-bit systems
author Sam Lantinga <slouken@libsdl.org>
date Sat, 17 Jul 2010 18:44:34 -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