mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 23:57:54 -05:00
11 lines
235 B
C++
11 lines
235 B
C++
#include "mxnotificationparam.h"
|
|
|
|
#include "decomp.h"
|
|
|
|
DECOMP_SIZE_ASSERT(MxNotificationParam, 0xc);
|
|
|
|
// OFFSET: LEGO1 0x10010390
|
|
MxNotificationParam* MxNotificationParam::Clone()
|
|
{
|
|
return new MxNotificationParam(m_type, m_sender);
|
|
}
|