mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 01:51:22 +00:00
7 lines
153 B
C++
7 lines
153 B
C++
#pragma once
|
|
#include "DataSpec/DNACommon/PATH.hpp"
|
|
|
|
namespace DataSpec::DNAMP2 {
|
|
using PATH = DNAPATH::PATH<PAKBridge>;
|
|
} // namespace DataSpec::DNAMP2
|