view Xcode/TemplatesForXcode/SDL OpenGL Application/SDLApp_Prefix.pch @ 2278:85cbe9c892f4

Merged revision 3455 from SDL 1.2, fixing documentation typo.
author Sam Lantinga <slouken@libsdl.org>
date Fri, 28 Dec 2007 07:54:35 +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