mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 15:51:22 +00:00
10 lines
119 B
C++
10 lines
119 B
C++
#include "CStateMachine.hpp"
|
|
#include "CAi.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
CStateMachine::CStateMachine(CInputStream& in)
|
|
{
|
|
}
|
|
}
|