2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-13 16:31:21 +00:00
2018-12-07 19:30:43 -10:00

14 lines
286 B
C++

#pragma once
#include "../DNAMP1/PAK.hpp"
namespace DataSpec::DNAMP2 {
/* Same PAK format as MP1 */
struct PAK : DNAMP1::PAK {
using DNAMP1::PAK::PAK;
std::string bestEntryName(const nod::Node& pakNode, const Entry& entry, bool& named) const;
};
} // namespace DataSpec::DNAMP2