view Xcode/TemplatesForXcode/SDL OpenGL Application/SDLApp_Prefix.pch @ 3732:e552b7acd45a gsoc2009_unit_tests

Better handling of makefile dependencies.
author Edgar Simo <bobbens@gmail.com>
date Wed, 15 Jul 2009 14:40:09 +0000 (2009-07-15)
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