Files
UnrealEngineUWP/Engine/Source/Developer/ScreenShotComparison/Private/ScreenShotComparisonPrivatePCH.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

37 lines
1.1 KiB
C

// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
/*=============================================================================
ScreenShotComparisonPrivatePCH.h: Pre-compiled header file for the ScreenShotComparison module.
=============================================================================*/
#ifndef __ScreenShotComparisonPrivatePCH_h__
#define __ScreenShotComparisonPrivatePCH_h__
#include "ScreenShotComparison.h"
/* Dependencies
*****************************************************************************/
#include "ImageWrapper.h"
#include "ModuleManager.h"
#include "IFilter.h"
#include "TextFilter.h"
#include "FilterCollection.h"
#include "ScreenShotComparisonTools.h"
/* Private includes
*****************************************************************************/
#include "ScreenShotComparisonFilter.h"
#include "SScreenShotSearchBar.h"
#include "SScreenShotItem.h"
#include "SScreenHistoryView.h"
#include "SScreenPlatformRow.h"
#include "SScreenViewRow.h"
#include "SScreenShotBrowser.h"
#include "SScreenShotImagePopup.h"
#endif // __ScreenShotComparisonPrivatePCH_h__