mirror of https://github.com/AxioDL/metaforce.git
14 lines
179 B
C++
14 lines
179 B
C++
|
#ifndef _DNAMP2_AFSM_HPP_
|
||
|
#define _DNAMP2_AFSM_HPP_
|
||
|
|
||
|
#include "../DNAMP1/AFSM.hpp"
|
||
|
|
||
|
namespace Retro
|
||
|
{
|
||
|
namespace DNAMP2
|
||
|
{
|
||
|
using AFSM = DNAMP1::AFSM;
|
||
|
}
|
||
|
}
|
||
|
#endif // _RETRO_AFSM_HPP_
|