view Xcode/TemplatesForXcodeSnowLeopard/SDL Application/___PROJECTNAMEASIDENTIFIER____Prefix.pch @ 3597:7dec3fe9b580

Fixed bug #912 SDL_MasksToPixelFormatEnum() wasn't correctly returning RGB24 formats
author Sam Lantinga <slouken@libsdl.org>
date Wed, 23 Dec 2009 06:39:18 +0000
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