Files
UnrealEngine/Engine/Source/Developer/ScreenShotComparison/Public/ScreenShotComparison.h
2025-05-18 13:04:45 +08:00

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"