implement udp connection

This commit is contained in:
Lion Kortlepel
2024-01-16 00:58:14 +01:00
parent e9805c3679
commit 9ea0931e13
11 changed files with 224 additions and 24 deletions

View File

@@ -2,8 +2,6 @@
#include "Common.h"
#include "IThreaded.h"
#include "TResourceManager.h"
#include "TServer.h"
class THeartbeatThread : public IThreaded {
public: