metaforce/DataSpec/DNAMP2/PAK.hpp

15 lines
198 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"
2017-12-29 08:08:12 +00:00
namespace urde::DNAMP2
2015-07-06 01:33:06 +00:00
{
/* Same PAK format as MP1 */
using PAK = DNAMP1::PAK;
}
#endif // __DNAMP2_PAK_HPP__