mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 23:48:12 -05:00
b743f99d20
* LegoOmni::CreateStreamObject and related * Revert change to MxDSSource/MxDSFile Read export
14 lines
269 B
C++
14 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()
|
|
{
|
|
}
|