2014-03-14 14:13:41 -04:00
|
|
|
// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
|
|
|
|
|
|
|
|
|
|
/*=============================================================================
|
|
|
|
|
ProfilerClient.h: Profiler Client module public header file.
|
|
|
|
|
=============================================================================*/
|
|
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Dependencies
|
|
|
|
|
*****************************************************************************/
|
|
|
|
|
|
|
|
|
|
#include "Core.h"
|
|
|
|
|
#include "ModuleManager.h"
|
|
|
|
|
#include "SessionServices.h"
|
|
|
|
|
#include "ProfilerService.h"
|
|
|
|
|
|
2014-04-23 19:18:05 -04:00
|
|
|
|
2014-03-14 14:13:41 -04:00
|
|
|
/* Interfaces
|
|
|
|
|
*****************************************************************************/
|
|
|
|
|
|
|
|
|
|
#include "IProfilerClient.h"
|
|
|
|
|
#include "IProfilerClientModule.h"
|