1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 10:57:35 +00:00

Games: Add Hearts

This commit is contained in:
Gunnar Beutner 2021-05-20 14:27:58 +02:00 committed by Andreas Kling
parent 3e47eec862
commit c3efae85f2
15 changed files with 965 additions and 1 deletions

View file

@ -30,8 +30,8 @@ public:
enum Type {
Clubs,
Diamonds,
Hearts,
Spades,
Hearts,
__Count
};