mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-10 08:03:13 +00:00
* Add vtable comparison to reccmp * Add missing scalar deleting destructors * Fix some vtables --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
27 lines
361 B
C++
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;
|
|
}
|