diff -r a323e1954a6f -r 014f4edd0421 QTfrontend/net/newnetclient.h --- a/QTfrontend/net/newnetclient.h Thu Oct 06 20:58:54 2022 +0300 +++ b/QTfrontend/net/newnetclient.h Sun Oct 16 13:14:16 2022 +0300 @@ -153,6 +153,7 @@ void chatLineToNetWithEcho(const QString&); void chatLineToLobby(const QString& str); void SendTeamMessage(const QString& str); + void SendDrawCmd(const QByteArray& msg); void SendNet(const QByteArray & buf); void AddTeam(const HWTeam & team); void RemoveTeam(const HWTeam& team);