mirror of https://github.com/AxioDL/metaforce.git
10 lines
119 B
C++
10 lines
119 B
C++
|
#include "CStateMachine.hpp"
|
||
|
#include "CAi.hpp"
|
||
|
|
||
|
namespace urde
|
||
|
{
|
||
|
CStateMachine::CStateMachine(CInputStream& in)
|
||
|
{
|
||
|
}
|
||
|
}
|