mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
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:

committed by
GitHub

parent
6441391092
commit
714d36b57d
@@ -26,7 +26,7 @@ public:
|
||||
virtual MxResult AddToManager() override; // vtable+0x34
|
||||
virtual void Destroy() override; // vtable+0x38
|
||||
|
||||
private:
|
||||
protected:
|
||||
void Destroy(MxBool p_fromDestructor);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user