Files
UnrealEngineUWP/Engine/Source/Developer/ProfilerClient/Public/ProfilerClient.h
Max Preussner 67daf9ac6a SessionServices: Made public headers compilable individually
[CL 2387548 by Max Preussner in Main branch]
2014-12-12 17:38:18 -05:00

19 lines
409 B
C

// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
#pragma once
/* Dependencies
*****************************************************************************/
#include "Core.h"
#include "ModuleManager.h"
#include "ProfilerService.h"
/* Interfaces
*****************************************************************************/
#include "IProfilerClient.h"
#include "IProfilerClientModule.h"