view Xcode/TemplatesForXcodeLeopard/SDL Application/___PROJECTNAMEASIDENTIFIER____Prefix.pch @ 3567:fb9ea4b549c3

Added a warning comment to SDL_putenv(). "Fixes" Bugzilla #779.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 15 Dec 2009 18:00:16 +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