mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 23:57:54 -05:00
15 lines
313 B
C
15 lines
313 B
C
|
#ifndef MXTYPE18NOTIFICATIONPARAM_H
|
||
|
#define MXTYPE18NOTIFICATIONPARAM_H
|
||
|
|
||
|
#include "decomp.h"
|
||
|
#include "mxnotificationparam.h"
|
||
|
|
||
|
// VTABLE: LEGO1 0x100d7e80
|
||
|
// SIZE 0x10
|
||
|
class MxType18NotificationParam : public MxNotificationParam {
|
||
|
protected:
|
||
|
undefined4 m_unk0xc; // 0xc
|
||
|
};
|
||
|
|
||
|
#endif // MXTYPE18NOTIFICATIONPARAM_H
|