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

chore: use nodiscard whenever applicable

This commit is contained in:
Jan Laupetin
2025-11-09 22:51:50 +01:00
parent c4f3c0eaa0
commit c212223046
9 changed files with 12 additions and 12 deletions

View File

@@ -13,7 +13,7 @@ namespace BSP
public:
ClipMapLinker(MemoryManager& memory, ISearchPath& searchPath, AssetCreationContext& context);
T6::clipMap_t* linkClipMap(const BSPData& bsp);
[[nodiscard]] T6::clipMap_t* linkClipMap(const BSPData& bsp);
private:
MemoryManager& m_memory;