mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 03:47:43 +00:00
TCastTo implementation
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include "CScriptMemoryRelay.hpp"
|
||||
#include "CStateManager.hpp"
|
||||
#include "CRelayTracker.hpp"
|
||||
#include "TCastTo.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
@@ -13,6 +14,11 @@ CScriptMemoryRelay::CScriptMemoryRelay(TUniqueId uid, const std::string& name, c
|
||||
{
|
||||
}
|
||||
|
||||
void CScriptMemoryRelay::Accept(IVisitor& visitor)
|
||||
{
|
||||
visitor.Visit(this);
|
||||
}
|
||||
|
||||
void CScriptMemoryRelay::AcceptScriptMsg(EScriptObjectMessage msg, TUniqueId objId, CStateManager &stateMgr)
|
||||
{
|
||||
if (x34_26_ignoreMessages)
|
||||
|
||||
Reference in New Issue
Block a user