Files
isle/LEGO1/legoplantmanager.cpp
2023-11-28 09:00:57 -05:00

28 lines
374 B
C++

#include "legoplantmanager.h"
// FUNCTION: LEGO1 0x10026220
LegoPlantManager::LegoPlantManager()
{
Init();
}
// FUNCTION: LEGO1 0x100262c0 STUB
LegoPlantManager::~LegoPlantManager()
{
// TODO
}
// FUNCTION: LEGO1 0x10026330 STUB
void LegoPlantManager::Init()
{
// TODO
}
// FUNCTION: LEGO1 0x10026e00 STUB
MxResult LegoPlantManager::Tickle()
{
// TODO
return 0;
}