#ifndef LEGOPLANTMANAGER_H #define LEGOPLANTMANAGER_H #include "mxcore.h" class LegoPlantManager : public MxCore { public: LegoPlantManager(); private: void Init(); // SIZE 0x2c }; #endif // LEGOPLANTMANAGER_H