2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 17:11:22 +00:00
metaforce/DataSpec/DNACommon/OBBTreeBuilder.hpp
2018-12-07 19:30:43 -10:00

14 lines
245 B
C++

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