view Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/___PROJECTNAMEASIDENTIFIER____Prefix.pch @ 4633:100f7ab48946

Documentation and code safety updates. (x11 renderer)
author Sunny Sachanandani <sunnysachanandani@gmail.com>
date Sun, 08 Aug 2010 19:26:30 +0530
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