Files
UnrealEngineUWP/Engine/Source/Developer/Android/AndroidDeviceDetection/Private/AndroidDeviceDetectionPrivatePCH.h

22 lines
592 B
C
Raw Normal View History

// 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"