mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 15:37:55 -05:00
e0e338ee44
* lego: add MxDSType enum, add to all ctors * refactor header * re-type members * add size assert for MxDSObject * fix Parse param * fix types
14 lines
236 B
C++
14 lines
236 B
C++
#include "mxdsselectaction.h"
|
|
|
|
// OFFSET: LEGO1 0x100cb2b0
|
|
MxDSSelectAction::MxDSSelectAction()
|
|
{
|
|
// TODO
|
|
this->SetType(MxDSType_SelectAction);
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100cb8d0 STUB
|
|
MxDSSelectAction::~MxDSSelectAction()
|
|
{
|
|
// TODO
|
|
}
|