mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-26 08:33:54 -07:00
protobuf client->server communication almost working
This commit is contained in:
parent
4eb9dfc5bf
commit
314f17091d
96 changed files with 1633 additions and 860 deletions
|
|
@ -13,7 +13,7 @@ public:
|
|||
LocalClient(LocalServerInterface *_lsi, const QString &_playerName, QObject *parent = 0);
|
||||
~LocalClient();
|
||||
|
||||
void sendCommandContainer(CommandContainer *cont);
|
||||
void sendCommandContainer(const CommandContainer &cont);
|
||||
|
||||
private slots:
|
||||
void itemFromServer(ProtocolItem *item);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue