Archived
1
Fork 0
This repository has been archived on 2025-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
jgl-template/GLGameTemplate/SoundDrop2-Prefix.pch
2013-01-05 12:41:46 +01:00

14 lines
325 B
Text

//
// Prefix header for all source files of the 'GLGameTemplate' target in the 'GLGameTemplate' project
//
#import <Availability.h>
#ifndef __IPHONE_5_0
#warning "This project uses features only available in iOS SDK 5.0 and later."
#endif
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#endif