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

31 lines
865 B
C
Raw Normal View History

// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
/*=============================================================================
HTML5TargetPlatformPrivatePCH.h: Pre-compiled header file for the HTML5TargetPlatform module.
=============================================================================*/
#pragma once
/* Dependencies
*****************************************************************************/
#include "Core.h"
#include "ModuleManager.h"
#include "Settings.h"
#include "Runtime/Core/Public/HTML5/HTML5PlatformProperties.h"
#if WITH_ENGINE
#include "Engine.h"
#endif
#include "TargetPlatform.h"
#include "TargetPlatformBase.h"
/* Private includes
*****************************************************************************/
#include "HTML5TargetSettings.h"
#include "HTML5TargetDevice.h"
#include "HTML5TargetPlatform.h"