2
0
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:
2016-02-04 21:52:05 -08:00
parent e060746b14
commit 0133115cee
7 changed files with 57 additions and 14 deletions

13
DataSpec/DNAMP2/AFSM.hpp Normal file
View 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_