Files
UnrealEngineUWP/Engine/Source/Developer/HTML5/HTML5TargetPlatform/Private/HTML5TargetPlatformPrivatePCH.h
James Moran c5b4ca076e HTML5 SDK settings are now set via the Editor.
Android SDK path backslash duplication fix.
Fix for User inis not saving array properties correctly.

#codereview Ankit.Khare, Josh.Adams

[CL 2418611 by James Moran in Main branch]
2015-01-26 10:22:57 -05:00

27 lines
593 B
C

// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
#pragma once
/* Dependencies
*****************************************************************************/
#include "Core.h"
#include "CoreUObject.h"
#include "Runtime/Core/Public/HTML5/HTML5PlatformProperties.h"
#if WITH_ENGINE
#include "Engine.h"
#endif
#include "TargetPlatform.h"
#include "TargetPlatformBase.h"
#include "IHTML5TargetPlatformModule.h"
/* Private includes
*****************************************************************************/
#include "HTML5TargetDevice.h"
#include "HTML5TargetPlatform.h"