Files
UnrealEngineUWP/Engine/Source/Developer/ScreenShotComparisonTools/Private/ScreenShotComparisonToolsPrivatePCH.h
Ben Marsh 149375b14b Update copyright notices to 2015.
[CL 2379638 by Ben Marsh in Main branch]
2014-12-07 19:09:38 -05:00

29 lines
816 B
C

// Copyright 1998-2015 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 "SlateBasics.h"
/* Private includes
*****************************************************************************/
#include "ScreenShotBaseNode.h"
#include "ScreenShotPlatformNode.h"
#include "ScreenShotScreenNode.h"
#include "ScreenShotManager.h"