mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-19 21:03:42 -07:00
Auto scroll Check Tracker windows to current area
This commit is contained in:
parent
dba5df9e2a
commit
b6c0775f1b
3 changed files with 44 additions and 5 deletions
|
@ -92,5 +92,7 @@ namespace RandomizerCheckObjects {
|
|||
std::string GetRCAreaName(RandomizerCheckArea area);
|
||||
std::map<RandomizerCheck, RandomizerCheckObject> GetAllRCObjects();
|
||||
std::map<RandomizerCheckArea, std::map<RandomizerCheck, RandomizerCheckObject>> GetAllRCObjectsByArea();
|
||||
std::map<SceneID, RandomizerCheckArea> GetAllRCAreaBySceneID();
|
||||
RandomizerCheckArea GetRCAreaBySceneID(SceneID sceneId);
|
||||
void UpdateImGuiVisibility();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue