mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 02:27:42 +00:00
Prelim CSimplePool RE work (needs verification)
This commit is contained in:
13
DataSpec/DNAMP2/AFSM.hpp
Normal file
13
DataSpec/DNAMP2/AFSM.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef _DNAMP2_AFSM_HPP_
|
||||
#define _DNAMP2_AFSM_HPP_
|
||||
|
||||
#include "../DNAMP1/AFSM.hpp"
|
||||
|
||||
namespace Retro
|
||||
{
|
||||
namespace DNAMP2
|
||||
{
|
||||
using AFSM = DNAMP1::AFSM;
|
||||
}
|
||||
}
|
||||
#endif // _RETRO_AFSM_HPP_
|
||||
Reference in New Issue
Block a user