Reset Always reveal top card when starting a new game.

This commit is contained in:
Michael Callahan 2015-01-01 09:53:29 -07:00
parent f52935791c
commit 142b42e095
3 changed files with 10 additions and 1 deletions

View file

@ -286,6 +286,8 @@ public:
void setConceded(bool _conceded);
bool getConceded() const { return conceded; }
void setGameStarted();
qreal getMinimumWidth() const;
void setMirrored(bool _mirrored);