2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-12-07 19:57:48 +00:00

chore: addEmptyFootstepTableAsset does not need to return something

This commit is contained in:
Jan Laupetin
2025-11-09 23:10:56 +01:00
parent 4d873ec287
commit a4a9bff68a
2 changed files with 4 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ namespace BSP
[[nodiscard]] bool linkBSP(const BSPData& bsp) const;
private:
T6::FootstepTableDef* addEmptyFootstepTableAsset(const std::string& assetName) const;
void addEmptyFootstepTableAsset(const std::string& assetName) const;
[[nodiscard]] bool addDefaultRequiredAssets(const BSPData& bsp) const;
MemoryManager& m_memory;