2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-14 20:06:11 +00:00

Prelim MAPA refactor

This commit is contained in:
2015-12-05 19:05:34 -08:00
parent 4e9c51f4af
commit e4b329e8cf
7 changed files with 283 additions and 110 deletions

View File

@@ -2,14 +2,14 @@
#define __DNAMP2_MAPA_HPP__
#include "../DNACommon/PAK.hpp"
#include "../DNAMP1/MAPA.hpp"
#include "../DNACommon/MAPA.hpp"
#include "DNAMP2.hpp"
namespace Retro
{
namespace DNAMP2
{
struct MAPA : DNAMP1::MAPA
struct MAPA : DNAMAPA::MAPA
{
static bool Extract(const SpecBase& dataSpec,
PAKEntryReadStream& rs,