mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-21 14:50:26 -08:00
local playing bugfixes
This commit is contained in:
@@ -94,7 +94,7 @@ public:
|
||||
const QDateTime &getLastCommandTime() const { return lastCommandTime; }
|
||||
|
||||
void processCommandContainer(CommandContainer *cont);
|
||||
virtual bool sendProtocolItem(ProtocolItem *item, bool deleteItem = true) = 0;
|
||||
virtual void sendProtocolItem(ProtocolItem *item, bool deleteItem = true) = 0;
|
||||
void enqueueProtocolItem(ProtocolItem *item);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user