mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-26 17:46:38 -05:00
b743f99d20
* LegoOmni::CreateStreamObject and related * Revert change to MxDSSource/MxDSFile Read export
16 lines
273 B
C++
16 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
|
|
}
|