mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 00:54:53 -07:00
cleanup
This commit is contained in:
parent
15aa6a600a
commit
929f4f9b4d
10 changed files with 14 additions and 30 deletions
|
|
@ -29,7 +29,6 @@ private:
|
|||
bool spectator;
|
||||
int initialCards;
|
||||
int nextCardId;
|
||||
void clearZones();
|
||||
bool readyStart;
|
||||
bool conceded;
|
||||
int deckId;
|
||||
|
|
@ -68,6 +67,7 @@ public:
|
|||
void addCounter(Server_Counter *counter);
|
||||
bool deleteCounter(int counterId);
|
||||
|
||||
void clearZones();
|
||||
void setupZones();
|
||||
|
||||
void sendProtocolItem(ProtocolItem *item, bool deleteItem = true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue