2018-10-07 03:42:33 +00:00
|
|
|
#pragma once
|
2015-08-10 01:53:24 +00:00
|
|
|
|
2018-06-29 20:21:36 +00:00
|
|
|
#include "DataSpec/DNACommon/DNACommon.hpp"
|
|
|
|
#include "DataSpec/DNACommon/CMDL.hpp"
|
2015-08-10 01:53:24 +00:00
|
|
|
#include "CMDLMaterials.hpp"
|
|
|
|
#include "DNAMP3.hpp"
|
2015-08-13 07:29:00 +00:00
|
|
|
#include "CINF.hpp"
|
|
|
|
#include "CSKR.hpp"
|
2015-08-10 01:53:24 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
namespace DataSpec::DNAMP3 {
|
2015-08-10 01:53:24 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
struct CMDL {
|
|
|
|
static bool Extract(const SpecBase& dataSpec, PAKEntryReadStream& rs, const hecl::ProjectPath& outPath,
|
|
|
|
PAKRouter<PAKBridge>& pakRouter, const PAK::Entry& entry, bool, hecl::blender::Token& btok,
|
|
|
|
std::function<void(const hecl::SystemChar*)>);
|
2015-08-10 01:53:24 +00:00
|
|
|
};
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
} // namespace DataSpec::DNAMP3
|