mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-23 16:21:15 +00:00
Make MxNoticiationParam more concise
This commit is contained in:
parent
a5fc03eb6d
commit
390532e2c2
@ -24,15 +24,8 @@ class MxNotificationParam : public MxParam
|
|||||||
virtual ~MxNotificationParam() override {} // vtable+0x0 (scalar deleting destructor)
|
virtual ~MxNotificationParam() override {} // vtable+0x0 (scalar deleting destructor)
|
||||||
virtual MxNotificationParam *Clone(); // vtable+0x4
|
virtual MxNotificationParam *Clone(); // vtable+0x4
|
||||||
|
|
||||||
inline MxParamType GetType() const
|
inline MxParamType GetType() const { return m_type; }
|
||||||
{
|
inline MxCore *GetSender() const { return m_sender; }
|
||||||
return m_type;
|
|
||||||
}
|
|
||||||
|
|
||||||
inline MxCore *GetSender() const
|
|
||||||
{
|
|
||||||
return m_sender;
|
|
||||||
}
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
MxParamType m_type; // 0x4
|
MxParamType m_type; // 0x4
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user