view Xcode/TemplatesForXcode/SDL OpenGL Application/SDLApp_Prefix.pch @ 2764:4868c0df2e83

Add XInput support to Xcode project (untested!).
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 17 Sep 2008 08:24:51 +0000
parents d63e9f5944ae
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