mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 02:43:03 +00:00
15 lines
321 B
Plaintext
15 lines
321 B
Plaintext
//
|
|
// Prefix header for all source files of the 'RetroArch' target in the 'RetroArch' 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
|