Files
UnrealEngineUWP/Engine/Source/Developer/AutomationController/Private/AutomationControllerPrivatePCH.h

25 lines
590 B
C
Raw Normal View History

// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
#pragma once
#include "AutomationController.h"
/* Dependencies
*****************************************************************************/
#include "AutomationMessages.h"
#include "Messaging.h"
#include "UnrealEdMessages.h"
/* Private includes
*****************************************************************************/
#include "AutomationDeviceClusterManager.h"
#include "AutomationReport.h"
#include "AutomationReportManager.h"
#include "AutomationControllerModule.h"
#include "AutomationControllerManager.h"