project_files/HedgewarsMobile/HedgewarsMobile_Prefix.pch
author smxx
Tue, 30 Mar 2010 17:44:02 +0000
changeset 3182 f75d546414c4
parent 3025 01682ec58eb0
permissions -rw-r--r--
Engine: * Ensure support libs are unloaded properly before trying to call Mix_CloseAudio() - fixes SegFault when running newer versions of SDL_mixer

//
// Prefix header for all source files of the 'OpenGL ES app' target in the 'OpenGL ES app' project
//

#ifdef __OBJC__
#import <Foundation/Foundation.h>
#import <CoreGraphics/CoreGraphics.h>
#import <UIKit/UIKit.h>
#endif