30 lines
871 B
C
30 lines
871 B
C
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
/*=============================================================================
|
|
ScreenShotComparison.h: ScreenShotComparison module public header file.
|
|
=============================================================================*/
|
|
|
|
#pragma once
|
|
|
|
|
|
/* Boilerplate
|
|
*****************************************************************************/
|
|
|
|
#include "Misc/MonolithicHeaderBoilerplate.h"
|
|
MONOLITHIC_HEADER_BOILERPLATE()
|
|
|
|
|
|
/* Dependencies
|
|
*****************************************************************************/
|
|
|
|
#include "Core.h"
|
|
#include "Modules/ModuleInterface.h"
|
|
#include "SlateBasics.h"
|
|
#include "Styling/AppStyle.h"
|
|
#include "ScreenShotComparisonTools.h"
|
|
|
|
|
|
/* Interfaces
|
|
*****************************************************************************/
|
|
#include "Interfaces/IScreenShotComparisonModule.h"
|