mirror of
https://github.com/isledecomp/isle.git
synced 2026-02-15 09:07:39 +00:00
improve match
This commit is contained in:
parent
97965eb439
commit
663acd1968
@ -66,6 +66,11 @@ class MxStartActionNotificationParam : public MxActionNotificationParam {
|
||||
{
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x100b04a0
|
||||
inline virtual ~MxStartActionNotificationParam() override
|
||||
{
|
||||
}
|
||||
|
||||
virtual MxNotificationParam* Clone() override; // vtable+0x4
|
||||
};
|
||||
|
||||
@ -96,6 +101,11 @@ class MxType4NotificationParam : public MxActionNotificationParam {
|
||||
m_unk0x14 = p_unk0x14;
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x100b0630
|
||||
inline virtual ~MxType4NotificationParam() override
|
||||
{
|
||||
}
|
||||
|
||||
virtual MxNotificationParam* Clone() override; // vtable+0x4
|
||||
|
||||
private:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user