diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2024-04-06 12:28:51 -0600 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2024-04-08 18:09:34 -0600 |
| commit | 6d5f37db337ac10be180527d98d1676c2be3344d (patch) | |
| tree | 48571e27aff74261a921c6e9eee8c99592b485b4 /src/Companion.h | |
| parent | 3918fde51a84f5035d6f74740195f0d91dd5c604 (diff) | |
Fixed DisplayList Binary extraction and some other factories
Diffstat (limited to 'src/Companion.h')
| -rw-r--r-- | src/Companion.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Companion.h b/src/Companion.h index 8d9b9e8..93b3dde 100644 --- a/src/Companion.h +++ b/src/Companion.h @@ -120,6 +120,7 @@ public: static std::string CalculateHash(const std::vector<uint8_t>& data); static void Pack(const std::string& folder, const std::string& output); std::string NormalizeAsset(const std::string& name) const; + std::string RelativePath(const std::string& path) const; TorchConfig& GetConfig() { return this->gConfig; } SWrapper* GetCurrentWrapper() { return this->gCurrentWrapper; } |
