isle/LEGO1/legoentitypresenter.h

20 lines
342 B
C++

#ifndef LEGOENTITYPRESENTER_H
#define LEGOENTITYPRESENTER_H
#include "mxcompositepresenter.h"
class LegoEntityPresenter : public MxCompositePresenter
{
public:
LegoEntityPresenter();
virtual ~LegoEntityPresenter(); // vtable+0x0
private:
void Init();
// VTABLE 0x100d8398
};
#endif // LEGOENTITYPRESENTER_H