MxStillPresenter: add members to match size

This commit is contained in:
Anonymous Maarten 2023-06-30 03:55:42 +02:00
parent 81d0488543
commit 527a62c297
2 changed files with 11 additions and 0 deletions

View File

@ -1 +1,5 @@
#include "mxstillpresenter.h"
#include "decomp.h"
DECOMP_STATIC_ASSERT(sizeof(MxStillPresenter) == 108);

View File

@ -3,11 +3,18 @@
#include "mxvideopresenter.h"
#include "decomp.h"
// VTABLE 0x100d7a38
// SIZE 0x6c
class MxStillPresenter : public MxVideoPresenter
{
public:
MxStillPresenter() {
m_unk68 = 0;
}
undefined4 m_unk64;
undefined4 m_unk68;
};
#endif // MXSTILLPRESENTER_H