backend tracker updates

This commit is contained in:
gymnast86
2026-05-20 17:41:03 -07:00
parent 7cebc42266
commit ed458dc2b3
15 changed files with 1046 additions and 595 deletions
+4
View File
@@ -27,6 +27,10 @@ private:
bool m_showRandoGeneration{false};
bool m_showRandoTracker{false};
bool m_onlyAccessible{false};
bool m_showRequirements{false};
char m_locationFilter[100];
randomizer::logic::search::Search m_currentSearch = randomizer::logic::search::Search();
};
}