mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Implemented room description display (map/template name)
This commit is contained in:
@@ -34,6 +34,9 @@ class GlobalLobbyProcessor : public INetworkClientListener
|
||||
void receiveAccountJoinsRoom(const JsonNode & json);
|
||||
|
||||
void establishNewConnection();
|
||||
void sendMessage(const NetworkConnectionPtr & targetConnection, const JsonNode & payload);
|
||||
public:
|
||||
void sendChangeRoomDescription(const std::string & description);
|
||||
|
||||
explicit GlobalLobbyProcessor(CVCMIServer & owner);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user