mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
LegoOmni::CreateStreamObject and related (#129)
* LegoOmni::CreateStreamObject and related * Revert change to MxDSSource/MxDSFile Read export
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user