Changes from localcc
This commit is contained in:
@@ -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; }
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user