mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 00:31:16 +00:00
Add Notify
This commit is contained in:
parent
b7ee2242b5
commit
0b61ff3f32
@ -56,6 +56,13 @@ void MxCompositePresenter::EndAction()
|
||||
// TODO
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x100b6760 STUB
|
||||
MxLong MxCompositePresenter::Notify(MxParam& p)
|
||||
{
|
||||
// TODO
|
||||
return 0;
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x100b67f0 STUB
|
||||
void MxCompositePresenter::VTable0x58()
|
||||
{
|
||||
|
||||
@ -13,6 +13,8 @@ class MxCompositePresenter : public MxPresenter {
|
||||
MxCompositePresenter();
|
||||
virtual ~MxCompositePresenter() override; // vtable+0x0
|
||||
|
||||
virtual MxLong Notify(MxParam& p) override; // vtable+0x04
|
||||
|
||||
inline virtual const char* ClassName() const override // vtable+0x0c
|
||||
{
|
||||
// 0x100f0774
|
||||
|
||||
Loading…
Reference in New Issue
Block a user