mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-26 17:51:16 +00:00
Add missing vtable
This commit is contained in:
parent
8542925f5c
commit
f5c58aa8a3
@ -13,10 +13,19 @@ class MxType18NotificationParam : public MxNotificationParam {
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// FUNCTION: LEGO1 0x1004afd0
|
||||||
|
MxNotificationParam* Clone() override
|
||||||
|
{
|
||||||
|
return new MxType18NotificationParam(m_type, m_sender, m_unk0x0c);
|
||||||
|
} // vtable+0x04
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
undefined4 m_unk0x0c; // 0x0c
|
undefined4 m_unk0x0c; // 0x0c
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// SYNTHETIC: LEGO1 0x1004b080
|
||||||
|
// MxType18NotificationParam::`scalar deleting destructor'
|
||||||
|
|
||||||
// SYNTHETIC: LEGO1 0x1004b0f0
|
// SYNTHETIC: LEGO1 0x1004b0f0
|
||||||
// MxType18NotificationParam::~MxType18NotificationParam
|
// MxType18NotificationParam::~MxType18NotificationParam
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user