LegoOmni::CreateStreamObject and related (#129)

* LegoOmni::CreateStreamObject and related

* Revert change to MxDSSource/MxDSFile Read export
This commit is contained in:
MS
2023-09-20 16:22:57 -04:00
committed by GitHub
parent 1d3c1bdbd1
commit b743f99d20
14 changed files with 147 additions and 13 deletions

View File

@@ -2,6 +2,7 @@
#define MXDSSELECTACTION_H
#include "mxdsparallelaction.h"
#include "decomp.h"
// VTABLE 0x100dcfc8
// SIZE 0xb0
@@ -24,6 +25,12 @@ public:
return !strcmp(name, MxDSSelectAction::ClassName()) || MxDSParallelAction::IsA(name);
}
undefined4 m_unk0x9c;
undefined4 m_unk0xa0;
undefined4 m_unk0xa4;
undefined4 m_unk0xa8;
undefined4 m_unk0xac;
};
#endif // MXDSSELECTACTION_H