diff options
| author | briaguya <70942617+briaguya-ai@users.noreply.github.com> | 2024-05-02 13:58:22 -0400 |
|---|---|---|
| committer | louist103 <35883445+louist103@users.noreply.github.com> | 2024-05-18 13:39:41 -0400 |
| commit | 044ca4c2970e960d1fa6d00bb7a37b477234bb3d (patch) | |
| tree | 61aa0c2b582576860f2516d511f2f633e72ad004 | |
| parent | b712c4553f7c5061c45b862d70c380db3c9ff387 (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 8c4b533..10b89f3 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) { |
