view Xcode/TemplatesForXcodeTiger/SDL Application/SDLApp_Prefix.pch @ 3708:d3f7cf8b0db0

Fixed typo in the comment
author Sam Lantinga <slouken@libsdl.org>
date Fri, 26 Feb 2010 03:34:10 +0000
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