Match and link CScriptMailbox and strtold

This commit is contained in:
2024-11-01 19:17:45 -07:00
parent 9dafdadac7
commit 0b74ded7ba
11 changed files with 574 additions and 9 deletions

View File

@@ -46,7 +46,7 @@ public:
explicit CRelay(CInputStream& in);
const TEditorId& GetRelayId() const { return x0_relay; }
const TEditorId& GetTargetId() const { return x4_target; }
ushort GetMessage() const { return x8_msg; }
const ushort& GetMessage() const { return x8_msg; }
bool GetActive() const { return xa_active; }
static rstl::vector< CRelay > ReadMemoryRelays(CInputStream& in); // name?