#pragma once #include #include namespace DataSpec { struct OBBTreeBuilder { using ColMesh = hecl::blender::ColMesh; template static std::unique_ptr buildCol(const ColMesh& mesh); }; } // namespace DataSpec