2018-10-07 03:42:33 +00:00
|
|
|
#pragma once
|
2020-03-18 06:12:43 +00:00
|
|
|
#include "DataSpec/DNACommon/PATH.hpp"
|
|
|
|
#include "DataSpec/DNAMP1/DNAMP1.hpp"
|
2016-08-10 16:05:14 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
namespace DataSpec::DNAMP1 {
|
2020-04-09 05:19:50 +00:00
|
|
|
struct PATH : DNAPATH::PATH<4> {
|
2018-12-08 05:30:43 +00:00
|
|
|
static bool Extract(const SpecBase& dataSpec, PAKEntryReadStream& rs, const hecl::ProjectPath& outPath,
|
|
|
|
PAKRouter<PAKBridge>& pakRouter, const PAK::Entry& entry, bool force, hecl::blender::Token& btok,
|
|
|
|
std::function<void(const hecl::SystemChar*)> fileChanged);
|
2016-08-10 16:05:14 +00:00
|
|
|
};
|
2020-03-18 06:12:43 +00:00
|
|
|
} // namespace DataSpec::DNAMP1
|