mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
lego: add MxDSType enum, add it to all ctors, refactor MxDSObject
(#73)
* lego: add MxDSType enum, add to all ctors * refactor header * re-type members * add size assert for MxDSObject * fix Parse param * fix types
This commit is contained in:

committed by
GitHub

parent
d64a04705c
commit
e0e338ee44
@@ -3,11 +3,12 @@
|
||||
// OFFSET: LEGO1 0x100cb2b0
|
||||
MxDSSelectAction::MxDSSelectAction()
|
||||
{
|
||||
|
||||
// TODO
|
||||
this->SetType(MxDSType_SelectAction);
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x100cb8d0
|
||||
// OFFSET: LEGO1 0x100cb8d0 STUB
|
||||
MxDSSelectAction::~MxDSSelectAction()
|
||||
{
|
||||
|
||||
// TODO
|
||||
}
|
||||
|
Reference in New Issue
Block a user