Implement remaining MxDSSelectAction functions (#183)

* Implement remaining MxDSSelectAction functions

* Fix match
This commit is contained in:
Christian Semmler
2023-10-10 13:22:00 -04:00
committed by GitHub
parent 23b9d47e8a
commit 93ce1ccfe8
3 changed files with 83 additions and 6 deletions

View File

@@ -37,10 +37,8 @@ public:
virtual MxBool HasId(MxU32 p_objectId) override; // vtable+34;
virtual void SetSomeTimingField(MxLong p_someTimingField) override; // vtable+38;
private:
MxU32 m_sizeOnDisk;
protected:
MxU32 m_sizeOnDisk;
MxDSActionList *m_actions;
};