phases toolbar fix; face down fix

This commit is contained in:
Max-Wilhelm Bruker 2009-09-25 17:17:15 +02:00
parent 85319ecc28
commit 33ccbe3c00
5 changed files with 48 additions and 12 deletions

View file

@ -38,7 +38,12 @@ private:
QMap<int, Player *> players;
bool started;
int currentPhase;
Player *getActiveLocalPlayer() const;
public slots:
void activePlayerDrawCard();
void activePlayerUntapAll();
void actNextPhase();
void actNextTurn();
private slots: