isle/LEGO1/legoentitypresenter.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

19 lines
293 B
C++

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