You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
29 lines
810 B
C
29 lines
810 B
C
// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
|
|
|
|
/*=============================================================================
|
|
ScreenShotComparisonPrivatePCH.h: Pre-compiled header file for the ScreenShotComparison module.
|
|
=============================================================================*/
|
|
|
|
#pragma once
|
|
|
|
|
|
#include "ScreenShotComparisonTools.h"
|
|
|
|
|
|
/* Dependencies
|
|
*****************************************************************************/
|
|
|
|
#include "AutomationMessages.h"
|
|
#include "Messaging.h"
|
|
#include "ModuleManager.h"
|
|
#include "Slate.h"
|
|
|
|
|
|
/* Private includes
|
|
*****************************************************************************/
|
|
|
|
#include "ScreenShotBaseNode.h"
|
|
#include "ScreenShotPlatformNode.h"
|
|
#include "ScreenShotScreenNode.h"
|
|
#include "ScreenShotManager.h"
|