mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-23 07:58:21 -05:00
b743f99d20
* LegoOmni::CreateStreamObject and related * Revert change to MxDSSource/MxDSFile Read export
16 lines
280 B
C++
16 lines
280 B
C++
#include "mxdsserialaction.h"
|
|
|
|
DECOMP_SIZE_ASSERT(MxDSSerialAction, 0xa8)
|
|
|
|
// OFFSET: LEGO1 0x100ca9d0
|
|
MxDSSerialAction::MxDSSerialAction()
|
|
{
|
|
// TODO
|
|
this->SetType(MxDSType_SerialAction);
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100cac10 STUB
|
|
MxDSSerialAction::~MxDSSerialAction()
|
|
{
|
|
// TODO
|
|
}
|