Files
UnrealEngineUWP/Engine/Source/Developer/iOS/IOSTargetPlatform/Private/IOSTargetPlatformPrivatePCH.h

34 lines
932 B
C
Raw Normal View History

// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
/*=============================================================================
IOSTargetPlatformPrivatePCH.h: Pre-compiled header file for the IOSTargetPlatform module.
=============================================================================*/
#pragma once
/* Dependencies
*****************************************************************************/
#include "Core.h"
#include "ModuleInterface.h"
#include "ModuleManager.h"
#include "LaunchDaemonMessages.h"
#include "Messaging.h"
#include "TargetDeviceServices.h"
#include "TargetPlatform.h"
#include "IOSPlatformProperties.h"
#if WITH_ENGINE
#include "Engine.h"
//#include "TextureCompressorModule.h"
#endif
/* Private includes
*****************************************************************************/
#include "IOSTargetDevice.h"
#include "IOSDeviceHelper.h"
#include "IOSTargetPlatform.h"