2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-03-16 01:43:04 +00:00

chore: restructure ModMan into list and details

This commit is contained in:
Jan Laupetin
2025-10-21 20:00:39 +01:00
parent 3995596e6c
commit 2bfa4112fb
12 changed files with 252 additions and 126 deletions

View File

@@ -55,6 +55,7 @@ public:
XAssetInfoGeneric& operator=(XAssetInfoGeneric&& other) noexcept = default;
[[nodiscard]] bool IsReference() const;
[[nodiscard]] std::string ReferencedAssetName() const;
static std::string NormalizeAssetName(std::string input);