view Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/___PROJECTNAMEASIDENTIFIER____Prefix.pch @ 3608:a5a37f850d83

Merged r3787:3788 from branches/SDL-1.2: better failures for joystick opening.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 06 Jan 2010 06:40:16 +0000
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