mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-26 19:32:06 -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. |
||
---|---|---|
.. | ||
Applets | ||
Applications | ||
BuggieBox | ||
Demos | ||
DevTools | ||
DynamicLoader | ||
Games | ||
Libraries | ||
Services | ||
Shell | ||
Utilities | ||
CMakeLists.txt |