isle/LEGO1/mxtype17notificationparam.h
Christian Semmler a01bcf5241
(clang-format) Insert newline at end of file (#247)
* Insert newline at EOF

* Fix formatting
2023-10-25 11:51:59 -07:00

20 lines
504 B
C++

#ifndef MXTYPE17NOTIFICATIONPARAM_H
#define MXTYPE17NOTIFICATIONPARAM_H
#include "decomp.h"
#include "mxnotificationparam.h"
// ??? This type is handled, but seemingly never created and no VTABLE fits
class MxType17NotificationParam : public MxNotificationParam {
public:
inline MxU32 GetUnknown20() { return m_unk20; }
inline MxU16 GetUnknown28() { return m_unk28; }
protected:
undefined m_unkc[0x14];
MxU32 m_unk20;
undefined4 m_unk24;
MxU16 m_unk28;
};
#endif // MXTYPE17NOTIFICATIONPARAM_H