1 // Copyright 2001-2019 Crytek GmbH / Crytek Group. All rights reserved.
3 #ifndef __NETDEBUGSERVERINFO_H__
4 #define __NETDEBUGSERVERINFO_H__
10 #if ENABLE_NET_DEBUG_INFO
12 #include "NetDebugInfo.h"
14 class CNetDebugServerInfo
: public CNetDebugInfoSection
, public INetDumpLogger
17 CNetDebugServerInfo();
18 virtual ~CNetDebugServerInfo();
20 // CNetDebugInfoSection
21 virtual void Tick(const SNetworkProfilingStats
* const pProfilingStats
);
22 virtual void Draw(const SNetworkProfilingStats
* const pProfilingStats
);
23 // ~CNetDebugInfoSection
26 virtual void Log(const char* pFmt
, ...);
34 #endif // ENABLE_NET_DEBUG_INFO