view Xcode/TemplatesForXcodeLeopard/SDL Application/___PROJECTNAMEASIDENTIFIER____Prefix.pch @ 3537:e897a4a9f578

Switch to mixed case for consistency with other enumerations
author Sam Lantinga <slouken@libsdl.org>
date Thu, 10 Dec 2009 08:28:26 +0000 (2009-12-10)
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