2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-05-17 07:21:43 +00:00

ObjLoading: Add basis for IPakEntryReadStream to read ipak entries

This commit is contained in:
Jan
2020-02-08 15:55:10 +01:00
parent 5bda400acb
commit 00d7997d0a
8 changed files with 275 additions and 27 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ public:
std::string GetName() override;
bool Initialize() const;
FileAPI::IFile* GetEntryData(Hash nameHash, Hash dataHash) const;
FileAPI::IFile* GetEntryStream(Hash nameHash, Hash dataHash) const;
static Hash HashString(const std::string& str);
static Hash HashData(const void* data, size_t dataSize);