view Xcode/TemplatesForXcodeLeopard/SDL Application/___PROJECTNAMEASIDENTIFIER____Prefix.pch @ 4445:06becafcac89

Test for system version in the Apple Recommended way. (a similar test is output by Xcode for the iPhone View Application template).
author Ryan C. Gordon <icculus@icculus.org>
date Sat, 01 May 2010 13:50:56 -0400
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