view Xcode/TemplatesForXcodeTiger/SDL Application/SDLApp_Prefix.pch @ 4951:faad280e3280

Fixes the following warning: uses variable-size enums yet the output is to use 32-bit enums
author Sam Lantinga <slouken@libsdl.org>
date Tue, 04 Jan 2011 11:22:43 -0800
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