view Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/SDLApp_Prefix.pch @ 4871:81a6a9f396ba

The title is stored internally as NULL if it's empty, and returned as ""
author Sam Lantinga <slouken@libsdl.org>
date Sun, 29 Aug 2010 16:26:35 -0700
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