isle-portable/LEGO1/legoplantmanager.cpp

28 lines
366 B
C++
Raw Normal View History

#include "legoplantmanager.h"
// OFFSET: LEGO1 0x10026220
LegoPlantManager::LegoPlantManager()
{
2023-10-24 19:38:27 -04:00
Init();
}
// OFFSET: LEGO1 0x100262c0 STUB
LegoPlantManager::~LegoPlantManager()
{
2023-10-24 19:38:27 -04:00
// TODO
}
// OFFSET: LEGO1 0x10026e00 STUB
MxResult LegoPlantManager::Tickle()
{
2023-10-24 19:38:27 -04:00
// TODO
2023-10-24 19:38:27 -04:00
return 0;
}
// OFFSET: LEGO1 0x10026330 STUB
void LegoPlantManager::Init()
{
2023-10-24 19:38:27 -04:00
// TODO
}