mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:07:43 +00:00
Integrate Amuse into hecl cook/extract for MP1/2
This commit is contained in:
@@ -9,6 +9,7 @@ namespace DataSpec::DNAMP2
|
||||
|
||||
class AGSC
|
||||
{
|
||||
public:
|
||||
struct Header : BigDNA
|
||||
{
|
||||
AT_DECL_DNA
|
||||
@@ -20,7 +21,6 @@ class AGSC
|
||||
Value<atUint32> sdirSz = 0;
|
||||
Value<atUint32> sampSz = 0;
|
||||
};
|
||||
public:
|
||||
static bool Extract(PAKEntryReadStream& rs, const hecl::ProjectPath& outPath);
|
||||
static bool Cook(const hecl::ProjectPath& inPath, const hecl::ProjectPath& outPath);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user