Files

14 lines
319 B
C
Raw Permalink 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