mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 19:21:15 +00:00
24 lines
425 B
C++
24 lines
425 B
C++
#ifndef LEGOPLANTMANAGER_H
|
|
#define LEGOPLANTMANAGER_H
|
|
|
|
#include "mxcore.h"
|
|
|
|
class LegoPlantManager : public MxCore
|
|
{
|
|
public:
|
|
LegoPlantManager();
|
|
virtual ~LegoPlantManager(); // vtable+0x0
|
|
|
|
virtual const char* GetClassName() const; // vtable+0xc
|
|
|
|
void UnknownFunction1(int param_1, int param_2);
|
|
|
|
private:
|
|
void Init();
|
|
|
|
// VTABLE 0x100d6758
|
|
// SIZE 0x2c
|
|
};
|
|
|
|
#endif // LEGOPLANTMANAGER_H
|