Files
minecraft-pe-0.6.1/project/iosproj/minecraftpe/minecraftpe-Prefix.pch
2026-03-02 22:04:18 +03:00

15 lines
328 B
Plaintext
Executable File

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