2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-11-24 05:32:06 +00:00

chore: use nodiscard whenever applicable

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

View File

@@ -11,7 +11,7 @@ namespace BSP
{
public:
ComWorldLinker(MemoryManager& memory, ISearchPath& searchPath, AssetCreationContext& context);
T6::ComWorld* linkComWorld(const BSPData& bsp) const;
[[nodiscard]] T6::ComWorld* linkComWorld(const BSPData& bsp) const;
private:
MemoryManager& m_memory;