view Xcode/TemplatesForXcode/SDL OpenGL Application/SDLApp_Prefix.pch @ 2208:b03710fb0333

Fixed bug #467 Remove trailing commas from enums
author Sam Lantinga <slouken@libsdl.org>
date Sun, 22 Jul 2007 13:22:47 +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