isle/LEGO1/mxcontrolpresenter.h
Cydra 068e37040a Created a bunch more classes and added more information to exisiting ones
Did not error check, this was pushed just for reference
2023-06-21 14:24:59 +02:00

17 lines
274 B
C++

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