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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user