isle/LEGO1/legopathcontroller.cpp

21 lines
311 B
C++
Raw Normal View History

#include "legopathcontroller.h"
// OFFSET: LEGO1 0x10044f40 STUB
LegoPathController::LegoPathController()
{
2023-10-24 19:38:27 -04:00
// TODO
}
// OFFSET: LEGO1 0x10045740 STUB
LegoPathController::~LegoPathController()
{
2023-10-24 19:38:27 -04:00
// TODO
}
// OFFSET: LEGO1 0x10045c10 STUB
MxResult LegoPathController::Tickle()
{
2023-10-24 19:38:27 -04:00
// TODO
return SUCCESS;
}