metaforce/DataSpec/DNACommon/MLVL.hpp

20 lines
530 B
C++
Raw Normal View History

2018-10-07 03:42:33 +00:00
#pragma once
#include "DNACommon.hpp"
2016-03-04 23:04:53 +00:00
#include "zeus/CVector3f.hpp"
2017-12-29 08:08:12 +00:00
namespace DataSpec::DNAMLVL
{
template <class PAKRouter, typename MLVL>
2017-12-29 08:08:12 +00:00
bool ReadMLVLToBlender(hecl::blender::Connection& conn,
const MLVL& mlvl,
2016-03-04 23:04:53 +00:00
const hecl::ProjectPath& outPath,
PAKRouter& pakRouter,
const typename PAKRouter::EntryType& entry,
bool force,
2016-03-05 00:03:41 +00:00
std::function<void(const hecl::SystemChar*)> fileChanged);
}