serenity/Userland
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
..
Applets
Applications
BuggieBox
Demos
DevTools
DynamicLoader
Games Solitaire: Use a single State enum instead of a series of booleans 2023-02-01 14:19:15 +00:00
Libraries LibWeb+WebContent: Do not reference-count file request objects 2023-02-01 14:04:44 +00:00
Services LibWeb+WebContent: Do not reference-count file request objects 2023-02-01 14:04:44 +00:00
Shell
Utilities LibWeb+WebContent: Do not reference-count file request objects 2023-02-01 14:04:44 +00:00
CMakeLists.txt