Bootstrap MxWavePresenter, implement/match some functions (#286)

* Bootstrap MxWavePresenter, implement/match some functions

* Fix

* Use constant for 0x7f

* Update mxwavepresenter.cpp

* Update mxwavepresenter.h
This commit is contained in:
Christian Semmler
2023-11-19 12:10:49 -05:00
committed by GitHub
parent 6441391092
commit 714d36b57d
4 changed files with 238 additions and 25 deletions

View File

@@ -26,7 +26,7 @@ public:
virtual MxResult AddToManager() override; // vtable+0x34
virtual void Destroy() override; // vtable+0x38
private:
protected:
void Destroy(MxBool p_fromDestructor);
};