view Xcode/TemplatesForXcodeTiger/SDL Application/SDLApp_Prefix.pch @ 4507:dbf3fa541096

Fixed compile warnings
author Sam Lantinga <slouken@libsdl.org>
date Mon, 12 Jul 2010 00:35:24 -0700 (2010-07-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