metaforce/Runtime/World/CStateMachine.cpp

10 lines
119 B
C++
Raw Normal View History

2016-04-25 05:46:28 +00:00
#include "CStateMachine.hpp"
#include "CAi.hpp"
namespace urde
{
CStateMachine::CStateMachine(CInputStream& in)
{
}
}