Files
UnrealEngineUWP/Engine/Source/Developer/ScreenShotComparisonTools/Public/ScreenShotComparisonTools.h
Max Preussner d28aed0a08 fixed up incorrect/obsolete module dependencies in various UFE related modules
[CL 2048464 by Max Preussner in Main branch]
2014-04-23 19:18:37 -04:00

29 lines
946 B
C

// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
/*=============================================================================
ScreenShotComparisonTools.h: ScreenShotComparisonTools module public header file.
=============================================================================*/
#pragma once
/* Dependencies
*****************************************************************************/
#include "Core.h"
#include "ModuleManager.h"
#include "IFilter.h"
#include "TextFilter.h"
#include "FilterCollection.h"
/**
* The screen shot filter collection - used for updating the screen shot list
*/
typedef TFilterCollection< const TSharedPtr< class IScreenShotData >& > ScreenShotFilterCollection;
/* Interfaces
*****************************************************************************/
#include "ScreenShotDataItem.h"
#include "IScreenShotData.h"
#include "IScreenShotManager.h"
#include "IScreenShotToolsModule.h"