view Xcode/TemplatesForXcode/SDL Cocoa Application/SDLApp_Prefix.pch @ 2881:c8d203ef4335

More resampling fixes.
author Ryan C. Gordon <icculus@icculus.org>
date Fri, 19 Dec 2008 09:15:59 +0000
parents d63e9f5944ae
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