diff options
| author | Kenix3 <kenixwhisperwind@gmail.com> | 2023-02-15 01:02:09 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-15 01:02:09 -0500 |
| commit | 6df0864bec1fb6a96262e94e4cb34f1c54bd9e87 (patch) | |
| tree | 390f7fb372e8636fd128fd6f5de075d06f84d120 | |
| parent | c6dad0b40f0fd845050697b70f4f1f11b9def2c0 (diff) | |
SoH now uses the multithreaded resource manager. (#2467)
* SoH now uses the multithreaded resource manager.
* Fixes build errors on Linux and decreases audio heap size.
* Updates LUS.
| -rw-r--r-- | OTRExporter/Main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OTRExporter/Main.cpp b/OTRExporter/Main.cpp index da7180b..e95c36f 100644 --- a/OTRExporter/Main.cpp +++ b/OTRExporter/Main.cpp @@ -22,6 +22,7 @@ #include <Utils/MemoryStream.h> #include <Utils/BinaryWriter.h> #include <bit> +#include <mutex> std::string otrFileName = "oot.otr"; std::shared_ptr<Ship::Archive> otrArchive; |
