view Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/___PROJECTNAMEASIDENTIFIER____Prefix.pch @ 4803:a4c1df880690

Added code to make testshape switch shapes on keystrokes and exit on an ESC keystroke.
author Eli Gottlieb <eligottlieb@gmail.com>
date Sun, 18 Jul 2010 23:36:39 -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