You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
27 lines
717 B
C
27 lines
717 B
C
// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
|
|
|
|
/*=============================================================================
|
|
ProfilerClientPrivatePCH.h: Pre-compiled header file for the ProfilerClient module.
|
|
=============================================================================*/
|
|
|
|
#pragma once
|
|
|
|
|
|
#include "../Public/ProfilerClient.h"
|
|
|
|
|
|
/* Dependencies
|
|
*****************************************************************************/
|
|
|
|
#include "Messaging.h"
|
|
#include "ProfilerMessages.h"
|
|
#include "Ticker.h"
|
|
#include "StatsData.h"
|
|
#include "StatsFile.h"
|
|
|
|
|
|
/* Private includes
|
|
*****************************************************************************/
|
|
|
|
#include "ProfilerClientManager.h"
|