Act3Cop::VTable0x94 and related (#1209)

* Act3Cop::VTable0x94 and related

* No need to include

* Cast LegoWorld* to Act3*
This commit is contained in:
MS
2024-12-11 16:20:21 -05:00
committed by GitHub
parent ac19539d0f
commit c05ff6ff4a
4 changed files with 99 additions and 4 deletions

View File

@@ -3,6 +3,8 @@
#include "act3actors.h"
class LegoWorld;
// VTABLE: LEGO1 0x100d7750 LegoPathActor
// VTABLE: LEGO1 0x100d7820 LegoAnimActor
// SIZE 0x188
@@ -19,12 +21,15 @@ public:
void SetUnknown0x20(MxFloat p_unk0x20) { m_unk0x20 = p_unk0x20; }
void FUN_10040360();
// SYNTHETIC: LEGO1 0x10043120
// Act3Cop::`scalar deleting destructor'
private:
MxFloat m_unk0x20; // 0x20
undefined4 m_unk0x24[3]; // 0x24
LegoWorld* m_world; // 0x24
undefined4 m_unk0x24[2]; // 0x28
};
#endif // ACT3COP_H