view Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/SDLApp_Prefix.pch @ 4695:b7918263da92

Initial commit, adding __ANDROID__ to the platform list
author Paul Hunkin <paul@bieh.net>
date Mon, 17 May 2010 15:14:34 +1200
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