mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 07:47:42 +00:00
Fix doors and various area streaming bugs
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
#ifndef CSTATEMACHINE_HPP
|
||||
#define CSTATEMACHINE_HPP
|
||||
|
||||
#include "RetroTypes.hpp"
|
||||
#include "CAiFuncMap.hpp"
|
||||
#include "IObj.hpp"
|
||||
#include "CToken.hpp"
|
||||
#include "IOStreams.hpp"
|
||||
#include "IObjFactory.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
@@ -109,6 +112,9 @@ public:
|
||||
float GetDelay() const;
|
||||
};
|
||||
|
||||
CFactoryFnReturn FAiFiniteStateMachineFactory(const SObjectTag& tag, CInputStream& in, const CVParamTransfer& vparms,
|
||||
CObjectReference*);
|
||||
|
||||
}
|
||||
|
||||
#endif // CSTATEMACHINE_HPP
|
||||
|
||||
Reference in New Issue
Block a user