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
200 B
C++
14 lines
200 B
C++
#include "mxdsaction.h"
|
|
|
|
// OFFSET: LEGO1 0x100ad810
|
|
MxDSAction::MxDSAction()
|
|
{
|
|
// TODO
|
|
this->SetType(MxDSType_Action);
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100ada80 STUB
|
|
MxDSAction::~MxDSAction()
|
|
{
|
|
// TODO
|
|
}
|