Add SaveAllPalettes, SaveWithChangeQueue exp flags

This commit is contained in:
scawful
2023-11-18 20:04:54 -05:00
parent fee9484a5d
commit 82952e2e73
2 changed files with 14 additions and 5 deletions

View File

@@ -25,6 +25,10 @@ class ExperimentFlags {
// handled manually by controller class but should be
// ported away from that eventually.
bool kUseNewImGuiInput = false;
bool kSaveAllPalettes = false;
bool kSaveWithChangeQueue = false;
};
ExperimentFlags() = default;