view Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/SDLApp_Prefix.pch @ 5277:3c94c559f5c2

changeset: 5272:cb08ef104ac4 tag: tip user: Martin Decky <martin@decky.cz> date: Sat Feb 12 20:53:06 2011 +0100 summary: improve header files compatibility with SDL 1.2 applications (namely QEMU)
author Sam Lantinga <slouken@libsdl.org>
date Sat, 12 Feb 2011 12:04:00 -0800 (2011-02-12)
parents 232e5e00e398
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