mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-26 18:04:06 +00:00
Implement/match more of MxCompositePresenter (#315)
* Implement/match more of MxCompositePresenter * Use parameter to `DeleteAll` instead of separate function * StartAction match
This commit is contained in:
committed by
GitHub
parent
a7194266b3
commit
4dd0d60dec
@@ -36,9 +36,11 @@ public:
|
||||
virtual MxBool HasId(MxU32 p_objectId) override; // vtable+34;
|
||||
virtual void SetUnkTimingField(MxLong p_unkTimingField) override; // vtable+38;
|
||||
|
||||
inline MxDSActionList* GetActionList() const { return m_actions; };
|
||||
|
||||
protected:
|
||||
MxU32 m_sizeOnDisk;
|
||||
MxDSActionList* m_actions;
|
||||
MxU32 m_sizeOnDisk; // 0x94
|
||||
MxDSActionList* m_actions; // 0x98
|
||||
};
|
||||
|
||||
#endif // MXDSMULTIACTION_H
|
||||
|
||||
Reference in New Issue
Block a user