Implement LegoModelPresenter::ParseExtra (#557)

* Implement LegoModelPresenter::ParseExtra

* rename function according to leaked source code

* Minor improvement

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
Misha
2024-02-11 09:03:56 -05:00
committed by GitHub
parent a29c0aca3f
commit 5233b48c59
5 changed files with 64 additions and 20 deletions

View File

@@ -68,6 +68,7 @@ public:
inline void SetUnknown0xec(undefined4 p_unk0xec) { m_unk0xec = p_unk0xec; }
inline undefined4 GetUnknown0xec() { return m_unk0xec; }
inline MxCoreSet& GetUnknown0xd0() { return m_set0xd0; }
inline list<AutoROI*>& GetUnknownList0xe0() { return m_list0xe0; }
MxBool PresentersPending();
void Remove(MxCore* p_object);