This repository has been archived on 2026-04-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
original-mcpe-0.6.1/handheld/project/iosproj/minecraftpe/minecraftpe-Prefix.pch
2026-04-01 23:13:15 +02:00

15 lines
328 B
Plaintext

//
// 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