isle-portable/LEGO1/mxstillpresenter.h
MS 24c9f8b9ed
MxStillPresenter::ParseExtra (#248)
* MxStillPresenter::ParseExtra

* resolve clang-format complaints
2023-10-26 00:16:08 +02:00

18 lines
364 B
C++

#ifndef MXSTILLPRESENTER_H
#define MXSTILLPRESENTER_H
#include "decomp.h"
#include "mxvideopresenter.h"
// VTABLE 0x100d7a38
// SIZE 0x6c
class MxStillPresenter : public MxVideoPresenter {
public:
virtual void ParseExtra() override; // vtable+0x30
MxStillPresenter() { m_unk68 = 0; }
undefined4 m_unk64;
undefined4 m_unk68;
};
#endif // MXSTILLPRESENTER_H