2014-12-07 19:09:38 -05:00
|
|
|
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
|
2014-03-14 14:13:41 -04:00
|
|
|
|
|
|
|
|
/*=============================================================================
|
|
|
|
|
WindowClientTargetPlatformPrivatePCH.h: Pre-compiled header file for the WindowsClientTargetPlatform module.
|
|
|
|
|
=============================================================================*/
|
|
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Dependencies
|
|
|
|
|
*****************************************************************************/
|
|
|
|
|
|
|
|
|
|
#include "Core.h"
|
|
|
|
|
#include "ModuleManager.h"
|
|
|
|
|
#include "WindowsPlatformProperties.h"
|
|
|
|
|
|
|
|
|
|
#if WITH_ENGINE
|
|
|
|
|
#include "Engine.h"
|
|
|
|
|
#include "TextureCompressorModule.h"
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#include "TargetPlatform.h"
|
2014-06-05 12:13:44 -04:00
|
|
|
#include "TargetPlatformBase.h"
|
2014-03-14 14:13:41 -04:00
|
|
|
|
|
|
|
|
#include "AllowWindowsPlatformTypes.h"
|
|
|
|
|
#include <TlHelp32.h>
|
|
|
|
|
#include "HideWindowsPlatformTypes.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Private includes
|
|
|
|
|
*****************************************************************************/
|
|
|
|
|
|
|
|
|
|
#include "LocalPcTargetDevice.h"
|
|
|
|
|
#include "GenericWindowsTargetPlatform.h"
|