mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 23:57:54 -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 "mxdsselectaction.h"
|
|
|
|
DECOMP_SIZE_ASSERT(MxDSSelectAction, 0xb0)
|
|
|
|
// OFFSET: LEGO1 0x100cb2b0
|
|
MxDSSelectAction::MxDSSelectAction()
|
|
{
|
|
// TODO
|
|
this->SetType(MxDSType_SelectAction);
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100cb8d0 STUB
|
|
MxDSSelectAction::~MxDSSelectAction()
|
|
{
|
|
// TODO
|
|
}
|