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
@@ -1,13 +1,12 @@
|
||||
#include "mxdsevent.h"
|
||||
|
||||
// OFFSET: LEGO1 0x100c95f0 STUB
|
||||
// OFFSET: LEGO1 0x100c95f0
|
||||
MxDSEvent::MxDSEvent()
|
||||
{
|
||||
// TODO
|
||||
this->SetType(MxDSType_Event);
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x100c97a0 STUB
|
||||
// OFFSET: LEGO1 0x100c97a0
|
||||
MxDSEvent::~MxDSEvent()
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
|
Reference in New Issue
Block a user