Add ability to load new LDM records into preexisting Ar2vFile objects for L2 chunks

This commit is contained in:
AdenKoperczak 2025-03-27 11:21:08 -04:00
parent f0ef6b35dd
commit 05335fad84
No known key found for this signature in database
GPG key ID: 9843017036F62EE7
2 changed files with 23 additions and 0 deletions

View file

@ -53,6 +53,9 @@ public:
bool LoadFile(const std::string& filename);
bool LoadData(std::istream& is);
bool LoadLDMRecords(std::istream& is);
bool IndexFile();
private:
std::unique_ptr<Ar2vFileImpl> p;
};