mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Act3Cop::VTable0x94 and related (#1209)
* Act3Cop::VTable0x94 and related * No need to include * Cast LegoWorld* to Act3*
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user