2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-17 08:31:22 +00:00
2017-12-28 22:08:12 -10:00

11 lines
169 B
C++

#ifndef _DNAMP2_AFSM_HPP_
#define _DNAMP2_AFSM_HPP_
#include "../DNAMP1/AFSM.hpp"
namespace DataSpec::DNAMP2
{
using AFSM = DNAMP1::AFSM;
}
#endif // _RETRO_AFSM_HPP_