2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 15:44:56 +00:00

added pak index DNA records

This commit is contained in:
Jack Andersen
2015-07-05 15:33:06 -10:00
parent a0ec6da171
commit 7ff2e9a0d9
15 changed files with 420 additions and 54 deletions

View File

@@ -0,0 +1,2 @@
HEADERS += \
$$PWD/PAK.hpp

17
DataSpec/DNAMP2/PAK.hpp Normal file
View File

@@ -0,0 +1,17 @@
#ifndef __DNAMP2_PAK_HPP__
#define __DNAMP2_PAK_HPP__
#include "../DNAMP1/PAK.hpp"
namespace Retro
{
namespace DNAMP2
{
/* Same PAK format as MP1 */
using PAK = DNAMP1::PAK;
}
}
#endif // __DNAMP2_PAK_HPP__