Files
UnrealEngineUWP/Engine/Source/Developer/ScreenShotComparisonTools/Private/ScreenShotComparisonToolsPrivatePCH.h
Max Preussner d28aed0a08 fixed up incorrect/obsolete module dependencies in various UFE related modules
[CL 2048464 by Max Preussner in Main branch]
2014-04-23 19:18:37 -04:00

29 lines
810 B
C

// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
/*=============================================================================
ScreenShotComparisonPrivatePCH.h: Pre-compiled header file for the ScreenShotComparison module.
=============================================================================*/
#pragma once
#include "ScreenShotComparisonTools.h"
/* Dependencies
*****************************************************************************/
#include "AutomationMessages.h"
#include "Messaging.h"
#include "ModuleManager.h"
#include "Slate.h"
/* Private includes
*****************************************************************************/
#include "ScreenShotBaseNode.h"
#include "ScreenShotPlatformNode.h"
#include "ScreenShotScreenNode.h"
#include "ScreenShotManager.h"