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