mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-10 08:03:13 +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
@@ -67,7 +67,7 @@ public:
|
||||
virtual ~MxHashTable();
|
||||
|
||||
void Resize();
|
||||
void MxHashTable::Add(T* );
|
||||
void Add(T* );
|
||||
|
||||
virtual MxS8 Compare(T*, T*) = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user