2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-11-23 13:12:06 +00:00

chore: misc code improvements

This commit is contained in:
Jan Laupetin
2025-11-10 22:12:17 +01:00
parent 27c3c7dccb
commit 12647a505c
11 changed files with 28 additions and 11 deletions

View File

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