isle-portable/LEGO1/legoplantmanager.h

27 lines
484 B
C
Raw Normal View History

#ifndef LEGOPLANTMANAGER_H
#define LEGOPLANTMANAGER_H
#include "mxcore.h"
// VTABLE 0x100d6758
// SIZE 0x2c
2023-10-24 19:38:27 -04:00
class LegoPlantManager : public MxCore {
public:
2023-10-24 19:38:27 -04:00
LegoPlantManager();
virtual ~LegoPlantManager() override; // vtable+0x0
2023-10-24 19:38:27 -04:00
virtual MxResult Tickle() override; // vtable+0x8
2023-10-24 19:38:27 -04:00
// OFFSET: LEGO1 0x10026290
inline const char* ClassName() const override // vtable+0xc
{
// 0x100f318c
return "LegoPlantManager";
}
private:
2023-10-24 19:38:27 -04:00
void Init();
};
#endif // LEGOPLANTMANAGER_H