mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-23 16:21:15 +00:00
Address review comments
This commit is contained in:
parent
75f5903edf
commit
ad90e1c750
@ -4,18 +4,18 @@
|
|||||||
#include "anim/legoanim.h"
|
#include "anim/legoanim.h"
|
||||||
#include "legoanimpresenter.h"
|
#include "legoanimpresenter.h"
|
||||||
|
|
||||||
// SIZE 0xc
|
|
||||||
struct LegoCarBuildAnimPresenterUnknownListEntry {
|
|
||||||
LegoChar* m_unk0x00; // 0x00
|
|
||||||
LegoChar* m_unk0x04; // 0x04
|
|
||||||
undefined m_unk0x08[4]; // 0x08
|
|
||||||
};
|
|
||||||
|
|
||||||
// VTABLE: LEGO1 0x100d99e0
|
// VTABLE: LEGO1 0x100d99e0
|
||||||
// VTABLE: BETA10 0x101bb988
|
// VTABLE: BETA10 0x101bb988
|
||||||
// SIZE 0x150
|
// SIZE 0x150
|
||||||
class LegoCarBuildAnimPresenter : public LegoAnimPresenter {
|
class LegoCarBuildAnimPresenter : public LegoAnimPresenter {
|
||||||
public:
|
public:
|
||||||
|
// SIZE 0x0c
|
||||||
|
struct UnknownListEntry {
|
||||||
|
LegoChar* m_unk0x00; // 0x00
|
||||||
|
LegoChar* m_unk0x04; // 0x04
|
||||||
|
undefined m_unk0x08[4]; // 0x08
|
||||||
|
};
|
||||||
|
|
||||||
LegoCarBuildAnimPresenter();
|
LegoCarBuildAnimPresenter();
|
||||||
~LegoCarBuildAnimPresenter() override; // vtable+0x00
|
~LegoCarBuildAnimPresenter() override; // vtable+0x00
|
||||||
|
|
||||||
@ -60,22 +60,22 @@ class LegoCarBuildAnimPresenter : public LegoAnimPresenter {
|
|||||||
// LegoCarBuildAnimPresenter::`scalar deleting destructor'
|
// LegoCarBuildAnimPresenter::`scalar deleting destructor'
|
||||||
|
|
||||||
private:
|
private:
|
||||||
undefined2 m_unk0xbc; // 0xbc
|
undefined2 m_unk0xbc; // 0xbc
|
||||||
MxS16 m_unk0xbe; // 0xbe
|
MxS16 m_unk0xbe; // 0xbe
|
||||||
MxS16 m_unk0xc0; // 0xc0
|
MxS16 m_unk0xc0; // 0xc0
|
||||||
undefined4 m_unk0xc4; // 0xc4
|
undefined4 m_unk0xc4; // 0xc4
|
||||||
LegoAnim m_unk0xc8; // 0xc8
|
LegoAnim m_unk0xc8; // 0xc8
|
||||||
MxMatrix m_unk0xe0; // 0xe0
|
MxMatrix m_unk0xe0; // 0xe0
|
||||||
LegoCarBuildAnimPresenterUnknownListEntry* m_unk0x128; // 0x128
|
UnknownListEntry* m_unk0x128; // 0x128
|
||||||
undefined4 m_unk0x12c; // 0x12c
|
undefined4 m_unk0x12c; // 0x12c
|
||||||
undefined4 m_unk0x130; // 0x130
|
undefined4 m_unk0x130; // 0x130
|
||||||
undefined4 m_unk0x134; // 0x134
|
undefined4 m_unk0x134; // 0x134
|
||||||
undefined4 m_unk0x138; // 0x138
|
undefined4 m_unk0x138; // 0x138
|
||||||
undefined4 m_unk0x13c; // 0x13c
|
undefined4 m_unk0x13c; // 0x13c
|
||||||
LegoEntity* m_unk0x140; // 0x140
|
LegoEntity* m_unk0x140; // 0x140
|
||||||
MxS32 m_unk0x144; // 0x144
|
MxS32 m_unk0x144; // 0x144
|
||||||
MxS32 m_unk0x148; // 0x148
|
MxS32 m_unk0x148; // 0x148
|
||||||
undefined* m_unk0x14c; // 0x14c
|
undefined* m_unk0x14c; // 0x14c
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // LEGOCARBUILDPRESENTER_H
|
#endif // LEGOCARBUILDPRESENTER_H
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
#include "legoentity.h"
|
#include "legoentity.h"
|
||||||
#include "mxautolock.h"
|
#include "mxautolock.h"
|
||||||
|
|
||||||
DECOMP_SIZE_ASSERT(LegoCarBuildAnimPresenterUnknownListEntry, 0xc)
|
DECOMP_SIZE_ASSERT(LegoCarBuildAnimPresenter::UnknownListEntry, 0x0c)
|
||||||
DECOMP_SIZE_ASSERT(LegoCarBuildAnimPresenter, 0x150)
|
DECOMP_SIZE_ASSERT(LegoCarBuildAnimPresenter, 0x150)
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x10078400
|
// FUNCTION: LEGO1 0x10078400
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user