mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:07:43 +00:00
MP2 PATH support
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include "DataSpec/DNAMP2/DNAMP2.hpp"
|
||||
|
||||
namespace DataSpec::DNAMP2 {
|
||||
struct PATH : DNAPATH::PATH {
|
||||
struct PATH : DNAPATH::PATH<6> {
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user