mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 23:57:54 -05:00
deaed23e41
* Implement Helicopter * Fix names * Fix some issues * Disable warning --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
15 lines
332 B
C++
15 lines
332 B
C++
#ifndef MXTYPE19NOTIFICATIONPARAM_H
|
|
#define MXTYPE19NOTIFICATIONPARAM_H
|
|
|
|
#include "decomp.h"
|
|
#include "mxnotificationparam.h"
|
|
|
|
// VTABLE: LEGO1 0x100d6230
|
|
// SIZE 0x10
|
|
class MxType19NotificationParam : public MxNotificationParam {
|
|
protected:
|
|
MxU16 m_unk0xc; // 0xc
|
|
MxU8 m_unk0xe; // 0xe
|
|
};
|
|
|
|
#endif // MXTYPE19NOTIFICATIONPARAM_H
|