Add token creation for opponent board items (#2744)

This commit is contained in:
Zach H 2017-06-28 23:09:10 -04:00 committed by GitHub
parent 5abfda49be
commit e8dbdc3c6d
4 changed files with 69 additions and 28 deletions

View file

@ -249,9 +249,10 @@ public:
QString getTabText() const;
bool getSpectator() const { return spectator; }
bool getSpectatorsSeeEverything() const { return gameInfo.spectators_omniscient(); }
bool isSpectator();
Player *getActiveLocalPlayer() const;
AbstractClient *getClientForPlayer(int playerId) const;
void setActiveCard(CardItem *_card) { activeCard = _card; }
CardItem *getActiveCard() const { return activeCard; }