1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

First working prototype

This commit is contained in:
nordsoft
2022-10-27 00:52:39 +04:00
parent dd45d1a9cf
commit 21a1706627
4 changed files with 120 additions and 66 deletions

View File

@@ -52,7 +52,7 @@ class CVCMIServer : public LobbyInfo
std::list<std::unique_ptr<CPackForLobby>> announceQueue;
boost::recursive_mutex mx;
std::shared_ptr<CApplier<CBaseForServerApply>> applier;
std::unique_ptr<boost::thread> announceLobbyThread;
std::unique_ptr<boost::thread> announceLobbyThread, remoteConnectionsThread;
public:
std::shared_ptr<CGameHandler> gh;