view Xcode/TemplatesForXcode/SDL Application/SDLApp_Prefix.pch @ 2355:eec14ed2bb18 gsoc2008_iphone

These files contain the events related functions for the UIKit video driver. Right now this is just UIKit_PumpEvents.
author Holmes Futrell <hfutrell@umail.ucsb.edu>
date Thu, 17 Jul 2008 22:48:23 +0000
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