You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
33 lines
1.0 KiB
C
33 lines
1.0 KiB
C
// Copyright 1998-2019 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"
|