Add Notify

This commit is contained in:
Christian Semmler 2023-12-03 11:59:05 -05:00
parent b7ee2242b5
commit 0b61ff3f32
2 changed files with 9 additions and 0 deletions

View File

@ -56,6 +56,13 @@ void MxCompositePresenter::EndAction()
// TODO // TODO
} }
// OFFSET: LEGO1 0x100b6760 STUB
MxLong MxCompositePresenter::Notify(MxParam& p)
{
// TODO
return 0;
}
// OFFSET: LEGO1 0x100b67f0 STUB // OFFSET: LEGO1 0x100b67f0 STUB
void MxCompositePresenter::VTable0x58() void MxCompositePresenter::VTable0x58()
{ {

View File

@ -13,6 +13,8 @@ class MxCompositePresenter : public MxPresenter {
MxCompositePresenter(); MxCompositePresenter();
virtual ~MxCompositePresenter() override; // vtable+0x0 virtual ~MxCompositePresenter() override; // vtable+0x0
virtual MxLong Notify(MxParam& p) override; // vtable+0x04
inline virtual const char* ClassName() const override // vtable+0x0c inline virtual const char* ClassName() const override // vtable+0x0c
{ {
// 0x100f0774 // 0x100f0774