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
15 lines
269 B
C++
15 lines
269 B
C++
#include "mxdsparallelaction.h"
|
|
|
|
DECOMP_SIZE_ASSERT(MxDSParallelAction, 0x9c)
|
|
|
|
// OFFSET: LEGO1 0x100cae80
|
|
MxDSParallelAction::MxDSParallelAction()
|
|
{
|
|
this->SetType(MxDSType_ParallelAction);
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100cb040
|
|
MxDSParallelAction::~MxDSParallelAction()
|
|
{
|
|
}
|