MxFlcPresenter ctor/dtor (#132)

* MxFlcPresenter ctor/dtor

* Match constructor

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
Joshua Peisach
2023-09-20 07:48:46 -04:00
committed by GitHub
parent d145f914c4
commit 1d3c1bdbd1
3 changed files with 10 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ public:
return !strcmp(name, MxFlcPresenter::ClassName()) || MxVideoPresenter::IsA(name);
}
undefined4 m_unk64;
undefined4 *m_unk64;
};
#endif // MXFLCPRESENTER_H