view Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/___PROJECTNAMEASIDENTIFIER____Prefix.pch @ 4714:0f05f2f16fad

- Modified build system - Initial support for touch and key events
author Paul Hunkin <paul@bieh.net>
date Tue, 27 Jul 2010 09:58:17 +0200
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