mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
implement LegoPathPresenter (#238)
* implement LegoPathPresenter implement some LegoPathPresenter functions * Update legopathpresenter.cpp * Minor fixes * Order functions --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
@@ -23,7 +23,18 @@ public:
|
||||
return !strcmp(name, LegoPathPresenter::ClassName()) || MxMediaPresenter::IsA(name);
|
||||
}
|
||||
|
||||
virtual void RepeatingTickle() override; // vtable+0x24
|
||||
virtual void ParseExtra() override; // vtable+0x30
|
||||
virtual MxResult AddToManager() override; // vtable+0x34
|
||||
virtual void Destroy() override; // vtable+0x38
|
||||
|
||||
private:
|
||||
void Init();
|
||||
|
||||
protected:
|
||||
void Destroy(MxBool p_fromDestructor);
|
||||
|
||||
MxAtomId m_atomId; // 0x50
|
||||
};
|
||||
|
||||
|
||||
#endif // LEGOPATHPRESENTER_H
|
||||
|
Reference in New Issue
Block a user