mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 08:41:16 +00:00
18 lines
463 B
C++
18 lines
463 B
C++
#ifndef MXAPPNOTIFICATIONPARAM_H
|
|
#define MXAPPNOTIFICATIONPARAM_H
|
|
|
|
// VTABLE 0x100d6aa0
|
|
class MxAppNotificationParam : public MxNotificationParam
|
|
{
|
|
public:
|
|
inline MxAppNotificationParam() : MxNotificationParam((MxParamType)0, NULL) {}
|
|
|
|
virtual ~MxAppNotificationParam() override {} // vtable+0x0 (scalar deleting destructor)
|
|
inline MxU8 getM18() { return m_unk18; }
|
|
|
|
protected:
|
|
undefined m_unkc[0xc];
|
|
MxU8 m_unk18;
|
|
};
|
|
|
|
#endif // MXAPPNOTIFICATIONPARAM_H
|