serenity/Userland/Games/Solitaire
Sam Atkins e8d83b1ae1 Solitaire: Use a single State enum instead of a series of booleans
We had 4 different bools before, but the only valid states were either
that only one of them was true, or than none of them are true. An enum
is a better fit here, by enforcing that we can only be in one state at
a time.
2023-02-01 14:19:15 +00:00
..
CMakeLists.txt
Game.cpp Solitaire: Use a single State enum instead of a series of booleans 2023-02-01 14:19:15 +00:00
Game.h Solitaire: Use a single State enum instead of a series of booleans 2023-02-01 14:19:15 +00:00
main.cpp LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
Solitaire.gml