Files
UnrealEngineUWP/Engine/Source/Developer/HTML5/HTML5TargetPlatform/Private/HTML5TargetPlatformPrivatePCH.h

27 lines
593 B
C
Raw Normal View History

// 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"