implement export/import ppbr

This commit is contained in:
2019-09-03 11:56:34 +02:00
parent 568f20e5c9
commit 0353d323a4
11 changed files with 390 additions and 135 deletions

View File

@@ -102,6 +102,8 @@ public:
bool preload();
void unload();
bool valid();
void relocate_paths(std::string base);
std::string replace_path(std::string path, std::string new_base);
virtual bool read(BinaryStreamReader& r) override;
virtual void write(BinaryStreamWriter& w) const override;