mirror of
https://github.com/libretro/Play-.git
synced 2024-11-27 18:50:28 +00:00
Add missing includes in some iOS related files.
This commit is contained in:
parent
0ab47b87e0
commit
30153c7345
@ -14,6 +14,9 @@
|
||||
#ifdef __ANDROID__
|
||||
#include "PosixFileStream.h"
|
||||
#endif
|
||||
#ifdef __APPLE__
|
||||
#include "TargetConditionals.h"
|
||||
#endif
|
||||
|
||||
static Framework::CStream* CreateImageStream(const boost::filesystem::path& imagePath)
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
#import "AppDelegate.h"
|
||||
#import "EmulatorViewController.h"
|
||||
#include "GSH_OpenGL.h"
|
||||
#include "../gs/GSH_OpenGL/GSH_OpenGL.h"
|
||||
|
||||
@interface AppDelegate ()
|
||||
|
||||
|
@ -6,6 +6,7 @@
|
||||
// Copyright (c) 2015 Jean-Philip Desjardins. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <QuartzCore/QuartzCore.h>
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#import <QuartzCore/QuartzCore.h>
|
||||
#include "../gs/GSH_OpenGL/GSH_OpenGL.h"
|
||||
#include "opengl/OpenGlDef.h"
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
namespace IosUtils
|
||||
{
|
||||
bool IsLoadableExecutableFileName(NSString*);
|
||||
|
@ -2,7 +2,7 @@
|
||||
#include "../AppConfig.h"
|
||||
#include "PreferenceDefs.h"
|
||||
#include "AppDef.h"
|
||||
#include "GSH_OpenGL.h"
|
||||
#include "../gs/GSH_OpenGL/GSH_OpenGL.h"
|
||||
|
||||
@implementation SettingsViewController
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user