mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 08:41:16 +00:00
15 lines
299 B
C++
15 lines
299 B
C++
#ifndef MXTYPE19NOTIFICATIONPARAM_H
|
|
#define MXTYPE19NOTIFICATIONPARAM_H
|
|
|
|
#include "decomp.h"
|
|
#include "mxnotificationparam.h"
|
|
|
|
// VTABLE: LEGO1 0x100d6230
|
|
class MxType19NotificationParam : public MxNotificationParam {
|
|
public:
|
|
protected:
|
|
undefined4 m_unkc;
|
|
};
|
|
|
|
#endif // MXTYPE19NOTIFICATIONPARAM_H
|