view Xcode/TemplatesForXcode/SDL OpenGL Application/SDLApp_Prefix.pch @ 2742:b86247d21929

Added retained backing attribute, reference to UIKit renderer
author Holmes Futrell <hfutrell@umail.ucsb.edu>
date Tue, 02 Sep 2008 19:53:56 +0000 (2008-09-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