isle/LEGO1/mxstillpresenter.h
2023-06-20 22:11:14 +02:00

16 lines
256 B
C++

#ifndef MXSTILLPRESENTER_H
#define MXSTILLPRESENTER_H
#include "mxvideopresenter.h"
class MxStillPresenter : public MxVideoPresenter
{
public:
MxStillPresenter();
// VTABLE 0x100d7a38
// SIZE 0x6c
};
#endif // MXSTILLPRESENTER_H