view Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/___PROJECTNAMEASIDENTIFIER____Prefix.pch @ 4983:b49d3869ebd2

Support the new 16-bit formats in SDL_MasksToPixelFormatEnum()
author Sam Lantinga <slouken@libsdl.org>
date Wed, 12 Jan 2011 15:21:12 -0800
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