view Xcode/TemplatesForXcodeLeopard/SDL Application/___PROJECTNAMEASIDENTIFIER____Prefix.pch @ 3440:e9502d56ae94

Added missing return values
author Sam Lantinga <slouken@libsdl.org>
date Tue, 17 Nov 2009 06:50:29 +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