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