mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-22 14:53:53 -07:00
Reset Always reveal top card when starting a new game.
This commit is contained in:
parent
f52935791c
commit
142b42e095
3 changed files with 10 additions and 1 deletions
|
|
@ -286,6 +286,8 @@ public:
|
|||
|
||||
void setConceded(bool _conceded);
|
||||
bool getConceded() const { return conceded; }
|
||||
|
||||
void setGameStarted();
|
||||
|
||||
qreal getMinimumWidth() const;
|
||||
void setMirrored(bool _mirrored);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue