isle/LEGO1/legopathcontroller.cpp
2023-06-29 00:36:05 -07:00

21 lines
305 B
C++

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