Clean OTRGlobals 2 (#6636)

The main effect of this PR is completely decoupling OTRGlobals.h from any non-std header making it so that the "everything is being rebuilt because I changed a header that at some point gets included in OTRGlobals" problem doesn't happen anymore.
This commit is contained in:
Pepe20129
2026-05-23 22:32:51 +02:00
committed by GitHub
parent 772fe2bb92
commit 1785a70f22
72 changed files with 113 additions and 184 deletions
@@ -14,6 +14,7 @@
#include "location_access.h"
#include "3drando/fill.hpp"
#include "soh/Enhancements/debugger/performanceTimer.h"
#include "soh/Enhancements/randomizer/randomizer.h"
#include <string>
#include <sstream>