Files
UnrealEngineUWP/Engine/Plugins/Runtime/AndroidDeviceProfileSelector/Source/AndroidDeviceProfileCommandlets/Public/AndroidDeviceProfileCommandlets.h

14 lines
319 B
C
Raw Normal View History

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
/* Dependencies
*****************************************************************************/
#if UE_ENABLE_INCLUDE_ORDER_DEPRECATED_IN_5_2
#include "HAL/Platform.h"
#include "IDeviceProfileSelectorModule.h"
#include "Modules/ModuleManager.h"
#endif