1
Fork 0
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:
Gunnar Beutner 2021-05-24 13:55:33 +02:00 committed by Andreas Kling
parent 4e3a1f2da9
commit 9a6c6a98e5
2 changed files with 19 additions and 7 deletions

View file

@ -31,6 +31,8 @@ public:
private:
Game();
void reset();
void dump_state() const;
void play_card(Player& player, size_t card_index);