2014-03-14 14:13:41 -04:00
|
|
|
// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
|
|
|
|
|
|
|
|
|
|
/*=============================================================================
|
2014-04-02 18:09:23 -04:00
|
|
|
LinuxTargetPlatformPrivatePCH.h: Pre-compiled header file for the AndroidTargetPlatform module.
|
2014-03-14 14:13:41 -04:00
|
|
|
=============================================================================*/
|
|
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
2014-04-02 18:09:23 -04:00
|
|
|
|
2014-03-14 14:13:41 -04:00
|
|
|
/* Dependencies
|
|
|
|
|
*****************************************************************************/
|
|
|
|
|
|
|
|
|
|
#include "Core.h"
|
|
|
|
|
#include "ModuleManager.h"
|
|
|
|
|
#include "Settings.h"
|
|
|
|
|
#include "Runtime/Core/Public/Linux/LinuxPlatformProperties.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
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Private includes
|
|
|
|
|
*****************************************************************************/
|
|
|
|
|
|
|
|
|
|
#include "LinuxTargetSettings.h"
|
|
|
|
|
#include "LinuxTargetDevice.h"
|
|
|
|
|
#include "LinuxTargetPlatform.h"
|