isle/LEGO1/mxcontrolpresenter.h
2023-06-27 16:06:10 -07:00

17 lines
258 B
C++

#ifndef MXCONTROLPRESENTER_H
#define MXCONTROLPRESENTER_H
#include "mxcompositepresenter.h"
class MxControlPresenter : public MxCompositePresenter
{
public:
MxControlPresenter();
// VTABLE 0x100d7b88
// SIZE 0x5c
};
#endif // MXCONTROLPRESENTER_H