view Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/___PROJECTNAMEASIDENTIFIER____Prefix.pch @ 5008:35afe807b51c

Fixed compiler warning
author Sam Lantinga <slouken@libsdl.org>
date Sun, 16 Jan 2011 17:48:04 -0800 (2011-01-17)
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