2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-11-28 23:37:47 +00:00

chore: adjust method naming to PascalCase

This commit is contained in:
Jan Laupetin
2025-11-04 22:52:34 +00:00
parent 4b1e81056c
commit 3d1fa7c6d9
19 changed files with 148 additions and 148 deletions

View File

@@ -12,7 +12,7 @@ namespace BSP
public:
SkinnedVertsLinker(MemoryManager& memory, ISearchPath& searchPath, AssetCreationContext& context);
[[nodiscard]] T6::SkinnedVertsDef* linkSkinnedVerts(const BSPData& bsp) const;
[[nodiscard]] T6::SkinnedVertsDef* LinkSkinnedVerts(const BSPData& bsp) const;
private:
MemoryManager& m_memory;