isle/LEGO1/mxtype17notificationparam.h

21 lines
516 B
C
Raw Normal View History

#ifndef MXTYPE17NOTIFICATIONPARAM_H
#define MXTYPE17NOTIFICATIONPARAM_H
#include "decomp.h"
2023-10-24 19:38:27 -04:00
#include "mxnotificationparam.h"
// ??? This type is handled, but seemingly never created and no VTABLE fits
2023-10-24 19:38:27 -04:00
class MxType17NotificationParam : public MxNotificationParam {
public:
inline MxU32 GetUnknown20() { return m_unk0x20; }
inline MxU16 GetUnknown28() { return m_unk0x28; }
protected:
undefined m_unk0xc[0x14];
MxU32 m_unk0x20;
undefined4 m_unk0x24;
MxU16 m_unk0x28;
};
#endif // MXTYPE17NOTIFICATIONPARAM_H