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