some LegoEntityPresenter & LegoWorldPresenter functions (#260)

* LegoEntityPresenter & LegoWorldPresenter

* format fix

* Fixes

* Add size assert

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
Misha
2023-11-02 06:54:08 -04:00
committed by GitHub
parent 176bd1d8fd
commit 24e889ee3d
7 changed files with 86 additions and 14 deletions

View File

@@ -24,6 +24,12 @@ public:
return !strcmp(name, MxCompositePresenter::ClassName()) || MxPresenter::IsA(name);
}
virtual void VTable0x58();
virtual void VTable0x5c();
virtual void VTable0x60();
virtual void VTable0x64();
private:
MxUnkList m_list;
};