// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /*============================================================================= ScreenShotComparisonTools.h: ScreenShotComparisonTools module public header file. =============================================================================*/ #pragma once /* Dependencies *****************************************************************************/ #include "Core.h" #include "ModuleManager.h" #include "IFilter.h" #include "TextFilter.h" #include "FilterCollection.h" #include "ScreenShotFilterCollection.h" /* Interfaces *****************************************************************************/ #include "ScreenShotDataItem.h" #include "IScreenShotData.h" #include "IScreenShotManager.h" #include "IScreenShotToolsModule.h"