mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
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:
@@ -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;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user