SCL Consolidation, Area -> Region (#4356)

* Move all `SaveContext` operations to `Logic` to prepare for encapsulation.

* Rename `Area` to `Region`, `areaTable` to `regionTable`, and all local variables named variants of area to region that were of the `RandomizerRegion` or `Region` types.

* Fix mistaken renames.

* Rename PT_AREA_RESET to PT_REGION_RESET after rebasing on performance timer commit.
Change include path for the timer to absolute rather than relative.
This commit is contained in:
Malkierian 2024-09-23 17:10:29 -07:00 committed by GitHub
commit 0f02201108
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
35 changed files with 1554 additions and 1559 deletions

View file

@ -887,7 +887,7 @@ void CheckTrackerWindow::DrawElement() {
return;
}
AreaTable_Init();
RegionTable_Init();
ImGui::TableNextRow(0, headerHeight);
ImGui::TableNextColumn();