Files
UnrealEngineUWP/Engine/Source/Developer/ProfilerService/Public/ProfilerService.h
Max Preussner 8c96b25967 fixed up incorrect module dependencies in Profiler
#CodeReview: peter.sauerbrei

[CL 2048459 by Max Preussner in Main branch]
2014-04-23 19:18:05 -04:00

22 lines
613 B
C

// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
/*=============================================================================
ProfilerService.h: Profile Service module public header file.
=============================================================================*/
#pragma once
/* Dependencies
*****************************************************************************/
#include "Core.h"
#include "ModuleManager.h"
/* Interfaces
*****************************************************************************/
#include "IProfilerServiceManager.h"
#include "IProfilerServiceModule.h"