Fixed client compile

This commit is contained in:
WolverinDEV
2021-02-07 15:04:01 +01:00
parent 16aca3a6bf
commit 075ac4cb27
3 changed files with 9 additions and 12 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
namespace memtrack {
#define TRACK_OBJECT_ALLOCATION
#ifdef TRACK_OBJECT_ALLOCATION
#if defined(FEATURE_MEMTRACK) && defined(TRACK_OBJECT_ALLOCATION)
extern void allocated(const char* name, void* address);
extern void freed(const char* name, void* address);
template <typename T>
-4
View File
@@ -12,10 +12,6 @@ namespace ts::connection {
class CryptHandler;
}
namespace ts::stats {
class ConnectionStatistics;
}
namespace ts::protocol {
enum struct PacketProcessResult {
SUCCESS,