mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 17:11:22 +00:00
9 lines
183 B
C++
9 lines
183 B
C++
#pragma once
|
|
|
|
#include "DataSpec/DNACommon/DNACommon.hpp"
|
|
#include "DataSpec/DNAMP2/CINF.hpp"
|
|
|
|
namespace DataSpec::DNAMP3 {
|
|
using CINF = DNAMP2::CINF;
|
|
} // namespace DataSpec::DNAMP3
|