view Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/SDLApp_Prefix.pch @ 4701:d40bb3165d2b

Added (partially implemented) android video backend and associated files needed to build
author Paul Hunkin <paul@bieh.net>
date Thu, 10 Jun 2010 18:54:23 +1200 (2010-06-10)
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