Skip to content

Commit

Permalink
absorb strhash64
Browse files Browse the repository at this point in the history
  • Loading branch information
briaguya-ai committed May 2, 2024
1 parent 4d384b5 commit 6f01db6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/public/bridge/resourcebridge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include "Context.h"
#include <string>
#include <algorithm>
#include <StrHash64.h>
#include "utils/StrHash64.h"

std::shared_ptr<Ship::IResource> ResourceLoad(const char* name) {
return Ship::Context::GetInstance()->GetResourceManager()->LoadResource(name);
Expand Down
2 changes: 1 addition & 1 deletion src/resource/archive/Archive.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "resource/ResourceLoader.h"
#include "utils/binarytools/MemoryStream.h"
#include "utils/glob.h"
#include <StrHash64.h>
#include "utils/StrHash64.h"
#include <nlohmann/json.hpp>

namespace Ship {
Expand Down
2 changes: 1 addition & 1 deletion src/resource/archive/ArchiveManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "resource/archive/O2rArchive.h"
#include "utils/StringHelper.h"
#include "utils/glob.h"
#include <StrHash64.h>
#include "utils/StrHash64.h"

namespace Ship {
ArchiveManager::ArchiveManager() {
Expand Down

0 comments on commit 6f01db6

Please sign in to comment.