2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-15 02:06:09 +00:00

Script Object DNAs

This commit is contained in:
2015-09-10 13:30:35 -07:00
parent eed44c8230
commit c3ee18abf5
136 changed files with 5744 additions and 4 deletions

View File

@@ -30,7 +30,6 @@ public:
static ResExtractor<PAKBridge> LookupExtractor(const PAK::Entry& entry);
const std::string& getName() const {return m_node.getName();}
const HECL::SystemString& getLevelString() const {return m_levelString;}
using PAKType = PAK;
const PAKType& getPAK() const {return m_pak;}
const NOD::DiscBase::IPartition::Node& getNode() const {return m_node;}