diff options
Diffstat (limited to 'Userland/Games/Hearts/Player.h')
-rw-r--r-- | Userland/Games/Hearts/Player.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Games/Hearts/Player.h b/Userland/Games/Hearts/Player.h index f225c2a18d..db30a7ef4c 100644 --- a/Userland/Games/Hearts/Player.h +++ b/Userland/Games/Hearts/Player.h @@ -49,6 +49,7 @@ public: Vector<RefPtr<Card>> hand; Vector<RefPtr<Card>> cards_taken; + Vector<int> scores; Gfx::IntPoint first_card_position; Gfx::IntPoint card_offset; Gfx::IntRect name_position; |