metaforce/DataSpec/DNACommon/MLVL.hpp

26 lines
656 B
C++
Raw Normal View History

#ifndef __DNACOMMON_MLVL_HPP__
#define __DNACOMMON_MLVL_HPP__
#include "DNACommon.hpp"
#include "BlenderConnection.hpp"
2016-03-04 23:04:53 +00:00
#include "zeus/CVector3f.hpp"
2016-02-13 09:02:47 +00:00
namespace DataSpec
{
namespace DNAMLVL
{
template <class PAKRouter, typename MLVL>
2016-03-04 23:04:53 +00:00
bool ReadMLVLToBlender(hecl::BlenderConnection& 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);
}
}
#endif // __DNACOMMON_MLVL_HPP__