view Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/___PROJECTNAMEASIDENTIFIER____Prefix.pch @ 4531:115a631781bd

Added a couple missing keys on my Logitech G15 keyboard on a Mac Pro running Ubuntu 10.04.
author Sam Lantinga <slouken@libsdl.org>
date Sat, 17 Jul 2010 23:25:10 -0700
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