mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-29 03:01:15 +00:00
13 lines
227 B
C++
13 lines
227 B
C++
#include "legoeventnotificationparam.h"
|
|
|
|
#include "decomp.h"
|
|
|
|
DECOMP_SIZE_ASSERT(LegoEventNotificationParam, 0x20);
|
|
|
|
// STUB: LEGO1 0x10028690
|
|
MxNotificationParam* LegoEventNotificationParam::Clone()
|
|
{
|
|
// TODO
|
|
return NULL;
|
|
}
|