mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-26 03:12:07 -05:00
e8d83b1ae1
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. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Game.cpp | ||
Game.h | ||
main.cpp | ||
Solitaire.gml |