Files
UnrealEngineUWP/Engine/Source/Developer/HTML5/HTML5TargetPlatform/Private/HTML5TargetPlatformPrivatePCH.h
2014-03-14 14:13:41 -04:00

30 lines
833 B
C

// 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"
/* Private includes
*****************************************************************************/
#include "HTML5TargetSettings.h"
#include "HTML5TargetDevice.h"
#include "HTML5TargetPlatform.h"