You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
39 lines
969 B
C
39 lines
969 B
C
// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
|
|
|
|
/*=============================================================================
|
|
Profiler.h: Profiler module public header file.
|
|
=============================================================================*/
|
|
|
|
#pragma once
|
|
|
|
|
|
/* Dependencies
|
|
*****************************************************************************/
|
|
|
|
#include "Core.h"
|
|
#include "ChunkedArray.h"
|
|
#include "Ticker.h"
|
|
#include "ModuleInterface.h"
|
|
#include "SessionServices.h"
|
|
#include "Slate.h"
|
|
#include "EditorStyle.h"
|
|
#include "IFilter.h"
|
|
#include "TextFilter.h"
|
|
#include "FilterCollection.h"
|
|
|
|
#include "IProfilerServiceManager.h"
|
|
#include "IProfilerClient.h"
|
|
|
|
|
|
/* Common
|
|
*****************************************************************************/
|
|
|
|
#include "ProfilerCommon.h"
|
|
|
|
|
|
/* Interfaces
|
|
*****************************************************************************/
|
|
|
|
#include "IProfilerManager.h"
|
|
#include "IProfilerModule.h"
|