mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 19:57:36 +00:00
Hearts: Move round initialization into a separate method
This commit is contained in:
parent
4e3a1f2da9
commit
9a6c6a98e5
2 changed files with 19 additions and 7 deletions
|
@ -31,6 +31,8 @@ public:
|
|||
private:
|
||||
Game();
|
||||
|
||||
void reset();
|
||||
|
||||
void dump_state() const;
|
||||
|
||||
void play_card(Player& player, size_t card_index);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue