isle/LEGO1/mxstillpresenter.h
2023-07-01 19:44:59 +02:00

21 lines
321 B
C++

#ifndef MXSTILLPRESENTER_H
#define MXSTILLPRESENTER_H
#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