isle-portable/LEGO1/legopathcontroller.cpp
Christian Semmler b4258da0f5
MxLong Tickle() -> MxResult Tickle() (#135)
* MxLong Tickle() -> MxResult Tickle()

* Remove garbage

* Fix implementations
2023-09-21 11:51:24 -07:00

20 lines
309 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 0;
}