diff options
| author | briaguya <70942617+briaguya-ai@users.noreply.github.com> | 2024-05-02 13:58:22 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-02 13:58:22 -0400 |
| commit | 3cea9ee7c017d842aa4d9ceeb8d3ffbf29c6effb (patch) | |
| tree | b82ca7e08025df1de2242e51254acd8bbe70ad88 | |
| parent | c1e30dad1b333a6fb19a6b00b680d17e6f7d773a (diff) | |
support lus strhash64 change (#20)
| -rw-r--r-- | OTRExporter/DisplayListExporter.cpp | 2 | ||||
| -rw-r--r-- | OTRExporter/ExporterArchive.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/OTRExporter/DisplayListExporter.cpp b/OTRExporter/DisplayListExporter.cpp index f35464a..1c7cf5a 100644 --- a/OTRExporter/DisplayListExporter.cpp +++ b/OTRExporter/DisplayListExporter.cpp @@ -3,7 +3,7 @@ #include "../ZAPD/ZFile.h" #include <Utils/MemoryStream.h> #include <Utils/BitConverter.h> -#include "StrHash64/StrHash64.h" +#include <utils/StrHash64.h> #include "spdlog/spdlog.h" #include <libultraship/libultra/gbi.h> #include <Globals.h> diff --git a/OTRExporter/ExporterArchive.cpp b/OTRExporter/ExporterArchive.cpp index 6b65b39..a5d5c50 100644 --- a/OTRExporter/ExporterArchive.cpp +++ b/OTRExporter/ExporterArchive.cpp @@ -1,6 +1,6 @@ #include "ExporterArchive.h" #include "Utils/StringHelper.h" -#include <StrHash64/StrHash64.h> +#include <utils/StrHash64.h> #include <filesystem> ExporterArchive::ExporterArchive(const std::string& path, bool enableWriting) : mPath(path) { |
