mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00

* LegoOmni::CreateStreamObject and related * Revert change to MxDSSource/MxDSFile Read export
17 lines
273 B
C++
17 lines
273 B
C++
#include "mxdsmultiaction.h"
|
|
|
|
DECOMP_SIZE_ASSERT(MxDSMultiAction, 0x9c)
|
|
|
|
// OFFSET: LEGO1 0x100c9b90
|
|
MxDSMultiAction::MxDSMultiAction()
|
|
{
|
|
// TODO
|
|
this->SetType(MxDSType_MultiAction);
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100ca060 STUB
|
|
MxDSMultiAction::~MxDSMultiAction()
|
|
{
|
|
// TODO
|
|
}
|