mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 00:27:43 +00:00
TCastTo implementation
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
namespace urde
|
||||
{
|
||||
class CStateManager;
|
||||
class IVisitor;
|
||||
|
||||
struct SConnection
|
||||
{
|
||||
@@ -53,8 +54,9 @@ protected:
|
||||
|
||||
public:
|
||||
static const std::vector<SConnection> NullConnectionList;
|
||||
virtual ~CEntity() {}
|
||||
virtual ~CEntity() = default;
|
||||
CEntity(TUniqueId uid, const CEntityInfo& info, bool active, const std::string& name);
|
||||
virtual void Accept(IVisitor& visitor)=0;
|
||||
virtual void PreThink(float, CStateManager&) {}
|
||||
virtual void Think(float, CStateManager&) {}
|
||||
virtual void AcceptScriptMsg(EScriptObjectMessage msg, TUniqueId objId, CStateManager& stateMgr);
|
||||
|
||||
Reference in New Issue
Block a user