view Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/SDLApp_Prefix.pch @ 4836:7eb8ca721a5b

Fixed the off-by-one bug in SDL_RecursivelyCalculateShapeTree().
author egottlieb
date Fri, 06 Aug 2010 13:52:38 -0400
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