view Xcode/TemplatesForXcode/SDL OpenGL Application/SDLApp_Prefix.pch @ 2923:b23d4be6ed0e

Visual C++ 5 and 6 are no longer supported. You can use Visual C++ Express Edition to build SDL.
author Sam Lantinga <slouken@libsdl.org>
date Tue, 30 Dec 2008 03:51:20 +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