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 MXDSSERIALACTION_H
#include "mxdsmultiaction.h"
#include "decomp.h"
// VTABLE 0x100dcf38
// SIZE 0xa8
@@ -23,6 +24,10 @@ public:
{
return !strcmp(name, MxDSSerialAction::ClassName()) || MxDSMultiAction::IsA(name);
}
undefined4 m_unk0x9c;
undefined4 m_unk0xa0;
undefined4 m_unk0xa4;
};
#endif // MXDSSERIALACTION_H