// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. /*============================================================================= ScreenShotComparisonTools.h: ScreenShotComparisonTools module public header file. =============================================================================*/ #pragma once /* Boilerplate *****************************************************************************/ #include "Misc/MonolithicHeaderBoilerplate.h" MONOLITHIC_HEADER_BOILERPLATE() /* Dependencies *****************************************************************************/ #include "Core.h" #include "Modules/ModuleManager.h" #include "Misc/IFilter.h" #include "Misc/TextFilter.h" #include "Misc/FilterCollection.h" #include "ScreenShotFilterCollection.h" /* Interfaces *****************************************************************************/ #include "ImageComparer.h" #include "ScreenShotDataItem.h" #include "Interfaces/IScreenShotData.h" #include "Interfaces/IScreenShotManager.h" #include "Interfaces/IScreenShotToolsModule.h"