view Xcode/TemplatesForXcodeLeopard/SDL Application/___PROJECTNAMEASIDENTIFIER____Prefix.pch @ 3467:383c2058d973

pixels don't need to be dynamically allocated Added a dump_screen() function to assist with test failure diagnosis
author Sam Lantinga <slouken@libsdl.org>
date Sat, 21 Nov 2009 05:25:08 +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