mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 23:57:54 -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
230 B
C++
14 lines
230 B
C++
#include "mxdsmediaaction.h"
|
|
|
|
// OFFSET: LEGO1 0x100c8b40
|
|
MxDSMediaAction::MxDSMediaAction()
|
|
{
|
|
// TODO
|
|
this->SetType(MxDSType_MediaAction);
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100c8cf0 STUB
|
|
MxDSMediaAction::~MxDSMediaAction()
|
|
{
|
|
// TODO
|
|
}
|