You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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]
27 lines
593 B
C
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"
|