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