Changes from localcc

This commit is contained in:
Mohamed Ashraf
2026-03-03 13:57:19 +04:00
parent b2a3c9cfff
commit 0f83583a31
4 changed files with 161 additions and 3 deletions
+4 -2
View File
@@ -1,7 +1,9 @@
#pragma once
#ifndef __linux__
#include <xrnm.h>
#include <queue>
#include <qnet.h>
#endif
#include <queue>
#include "InputStream.h"
#include "OutputStream.h"
@@ -131,4 +133,4 @@ public:
bool isClosing() { return m_endClosed[SOCKET_CLIENT_END] || m_endClosed[SOCKET_SERVER_END]; }
BYTE getSmallId() { return networkPlayerSmallId; }
};
};