Bootstrap MxDSMultiAction (#133)

* Bootstrap MxDSMultiAction

* Move destroy function to list class

* Fix unk14 call
This commit is contained in:
Christian Semmler
2023-09-20 16:36:15 -04:00
committed by GitHub
parent b743f99d20
commit 99c27a6a50
6 changed files with 91 additions and 6 deletions

View File

@@ -60,6 +60,7 @@ public:
void Append(T*);
MxU32 GetCount() { return m_count; }
void SetDestroy(void (*p_customDestructor)(T *)) { this->m_customDestructor = p_customDestructor; }
friend class MxListCursor<T>;