metaforce/DataSpec/DNAMP2/PAK.hpp

18 lines
212 B
C++
Raw Normal View History

2015-07-06 01:33:06 +00:00
#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__