Files
isle/LEGO1/lego/legoomni/src/paths/legopathcontroller.cpp
MS 909c44b679 reccmp: vtable comparison (#452)
* Add vtable comparison to reccmp

* Add missing scalar deleting destructors

* Fix some vtables

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
2024-01-18 14:34:14 +01:00

27 lines
361 B
C++

#include "legopathcontroller.h"
// STUB: LEGO1 0x10044f40
LegoPathController::LegoPathController()
{
// TODO
}
// STUB: LEGO1 0x10045880
void LegoPathController::VTable0x14()
{
// TODO
}
// STUB: LEGO1 0x10045b20
void LegoPathController::Destroy()
{
// TODO
}
// STUB: LEGO1 0x10045c10
MxResult LegoPathController::Tickle()
{
// TODO
return SUCCESS;
}