Files
UnrealEngine/Engine/Source/Developer/ScreenShotComparison/Public/ScreenShotComparison.h
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05: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"