mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-27 00:53:55 -07:00
phases toolbar fix; face down fix
This commit is contained in:
parent
85319ecc28
commit
33ccbe3c00
5 changed files with 48 additions and 12 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue