// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. /*============================================================================= AndroidDeviceDetectionPrivatePCH.h: Pre-compiled header file for the AndroidDeviceDetection module. =============================================================================*/ #pragma once /* Dependencies *****************************************************************************/ #include "Core.h" #include "ModuleInterface.h" #include "ModuleManager.h" #if WITH_ENGINE #include "Engine.h" #endif #include "AndroidDeviceDetection.h"