isle-portable/LEGO1/mxsmkpresenter.h

19 lines
255 B
C
Raw Normal View History

#ifndef MXSMKPRESENTER_H
#define MXSMKPRESENTER_H
#include "mxvideopresenter.h"
// VTABLE 0x100dc348
// SIZE 0x720
class MxSmkPresenter : public MxVideoPresenter
{
public:
MxSmkPresenter();
private:
void Init();
};
#endif // MXSMKPRESENTER_H