This commit is contained in:
Max-Wilhelm Bruker 2010-03-09 14:43:06 +01:00
parent 15aa6a600a
commit 929f4f9b4d
10 changed files with 14 additions and 30 deletions

View file

@ -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);