Comment about missing vtable functions

This commit is contained in:
Christian Semmler 2024-01-15 14:34:14 -05:00
parent d66f4ccf2f
commit 2192b564e2

View File

@ -38,6 +38,8 @@ class LegoAnimPresenter : public MxVideoPresenter {
virtual void PutFrame() override; // vtable+0x6c
virtual MxResult VTable0x88(MxStreamChunk* p_chunk); // vtable+0x88
// 6 more virtual functions here
private:
void Init();
void Destroy(MxBool p_fromDestructor);