2018-10-07 03:42:33 +00:00
|
|
|
#pragma once
|
2015-10-24 01:23:45 +00:00
|
|
|
|
|
|
|
#include "DNACommon.hpp"
|
2016-03-04 23:04:53 +00:00
|
|
|
#include "zeus/CVector3f.hpp"
|
2015-10-24 01:23:45 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
namespace DataSpec::DNAMLVL {
|
2015-10-24 01:23:45 +00:00
|
|
|
|
|
|
|
template <class PAKRouter, typename MLVL>
|
2018-12-08 05:30:43 +00:00
|
|
|
bool ReadMLVLToBlender(hecl::blender::Connection& conn, const MLVL& mlvl, 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);
|
2015-10-24 01:23:45 +00:00
|
|
|
|
|
|
|
}
|