isle-portable/LEGO1/mxappnotificationparam.h

20 lines
519 B
C
Raw Normal View History

#ifndef MXAPPNOTIFICATIONPARAM_H
#define MXAPPNOTIFICATIONPARAM_H
#include "decomp.h"
2023-10-24 19:38:27 -04:00
#include "mxnotificationparam.h"
// VTABLE 0x100d6aa0
2023-10-24 19:38:27 -04:00
class MxAppNotificationParam : public MxNotificationParam {
public:
2023-10-24 19:38:27 -04:00
inline MxAppNotificationParam() : MxNotificationParam((MxParamType) 0, NULL) {}
2023-10-24 19:38:27 -04:00
virtual ~MxAppNotificationParam() override {} // vtable+0x0 (scalar deleting destructor)
inline MxU8 GetUnknown18() { return m_unk18; }
protected:
2023-10-24 19:38:27 -04:00
undefined m_unkc[0xc];
MxU8 m_unk18;
};
#endif // MXAPPNOTIFICATIONPARAM_H