mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Implement AddPresenter, RemovePresenter, StopPresenters (#124)
* Add MxList, MxPresenterList, add to MxMediaManager * Match ~MxList<T> * Implement AddPresenter, RemovePresenter, StopPresenters * Initial implementation of RemovePresenter/Find/Detach * Implement/match MxMediaManager::StopPresenters * Move definitions out of class body * Match RemovePresenter/Detach * Fix style * Fix merge error * Fix merge error * Fix merge error * Remove space
This commit is contained in:

committed by
GitHub

parent
253538feed
commit
b819657bd8
@@ -77,7 +77,7 @@ private:
|
||||
undefined4 m_unk0x10;
|
||||
undefined4 m_unk0x14;
|
||||
undefined4 m_unk0x18;
|
||||
MxDSAction* m_action; // 0
|
||||
MxDSAction *m_action; // 0
|
||||
MxCriticalSection m_criticalSection;
|
||||
MxPresenter *m_unkPresenter; // 0x3c
|
||||
};
|
||||
|
Reference in New Issue
Block a user