Skip to content

Commit

Permalink
support lus strhash64 change (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
briaguya-ai authored and louist103 committed May 18, 2024
1 parent b712c45 commit 044ca4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OTRExporter/DisplayListExporter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion OTRExporter/ExporterArchive.cpp
Original file line number Diff line number Diff line change
@@ -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) {
Expand Down

0 comments on commit 044ca4c

Please sign in to comment.