mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-22 00:19:13 +00:00
Integrate Amuse into hecl cook/extract for MP1/2
This commit is contained in:
@@ -3,11 +3,15 @@
|
||||
|
||||
#include "../DNAMP1/PAK.hpp"
|
||||
|
||||
namespace urde::DNAMP2
|
||||
namespace DataSpec::DNAMP2
|
||||
{
|
||||
|
||||
/* Same PAK format as MP1 */
|
||||
using PAK = DNAMP1::PAK;
|
||||
struct PAK : DNAMP1::PAK
|
||||
{
|
||||
using DNAMP1::PAK::PAK;
|
||||
std::string bestEntryName(const nod::Node& pakNode, const Entry& entry, bool& named) const;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user