mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-25 16:13:54 -07:00
Add token creation for opponent board items (#2744)
This commit is contained in:
parent
5abfda49be
commit
e8dbdc3c6d
4 changed files with 69 additions and 28 deletions
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue