view Xcode/TemplatesForXcode/SDL Application/SDLApp_Prefix.pch @ 3225:5859d0a0c519

Removed arbitrary window size limitation
author Sam Lantinga <slouken@libsdl.org>
date Sun, 02 Aug 2009 14:27:48 +0000 (2009-08-02)
parents d63e9f5944ae
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