mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 03:31:15 +00:00
18 lines
242 B
C++
18 lines
242 B
C++
#ifndef LEGOPLANTMANAGER_H
|
|
#define LEGOPLANTMANAGER_H
|
|
|
|
#include "mxcore.h"
|
|
|
|
class LegoPlantManager : public MxCore
|
|
{
|
|
public:
|
|
LegoPlantManager();
|
|
|
|
private:
|
|
void Init();
|
|
|
|
// SIZE 0x2c
|
|
};
|
|
|
|
#endif // LEGOPLANTMANAGER_H
|