mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 02:27:43 +00:00
Various Implementations
This commit is contained in:
9
Runtime/World/CStateMachine.cpp
Normal file
9
Runtime/World/CStateMachine.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "CStateMachine.hpp"
|
||||
#include "CAi.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
CStateMachine::CStateMachine(CInputStream& in)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user