isle-portable/LEGO1/legopathcontroller.cpp
2023-10-25 01:38:27 +02:00

20 lines
311 B
C++

#include "legopathcontroller.h"
// OFFSET: LEGO1 0x10044f40 STUB
LegoPathController::LegoPathController()
{
// TODO
}
// OFFSET: LEGO1 0x10045740 STUB
LegoPathController::~LegoPathController()
{
// TODO
}
// OFFSET: LEGO1 0x10045c10 STUB
MxResult LegoPathController::Tickle()
{
// TODO
return SUCCESS;
}