metaforce/DataSpec/DNAMP2/PAK.hpp

17 lines
261 B
C++
Raw Normal View History

2018-10-07 03:42:33 +00:00
#pragma once
2015-07-06 01:33:06 +00:00
#include "../DNAMP1/PAK.hpp"
namespace DataSpec::DNAMP2
2015-07-06 01:33:06 +00:00
{
/* 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;
};
2015-07-06 01:33:06 +00:00
}