Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File archive tweaks #497

Merged
merged 12 commits into from
May 27, 2023
Merged

File archive tweaks #497

merged 12 commits into from
May 27, 2023

Conversation

Hazardu
Copy link
Contributor

@Hazardu Hazardu commented May 26, 2023

No description provided.

@@ -79,19 +102,19 @@ class NBL_API2 IFileArchive : public core::IReferenceCounted
IFileArchive(path&& _defaultAbsolutePath, system::logger_opt_smart_ptr&& logger) :
m_defaultAbsolutePath(std::move(_defaultAbsolutePath)), m_logger(std::move(logger)) {}

inline const SListEntry* getItemFromPath(const system::path& pathRelativeToArchive) const
inline const SFileList::SEntry* getItemFromPath(const system::path& pathRelativeToArchive) const

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move to SFileList

@AnastaZIuk AnastaZIuk merged commit 7bd08b7 into newBuiltinResources May 27, 2023
1 check failed
@AnastaZIuk AnastaZIuk deleted the FileArchiveTweaks branch May 27, 2023 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants