Implement ExtraActor vftable and passthrough methods (#735)

* Implement ExtraActor vftable and passthrough methods

* Remove unused param names
This commit is contained in:
Nathan M Gilbert
2024-03-26 19:24:01 -04:00
committed by GitHub
parent 4e9dbfe331
commit 32bc6c4264
9 changed files with 103 additions and 36 deletions

View File

@@ -63,7 +63,7 @@ void LegoPathActor::VTable0x6c()
}
// STUB: LEGO1 0x1002ebe0
void LegoPathActor::VTable0x68()
void LegoPathActor::VTable0x68(Mx3DPointFloat&, Mx3DPointFloat&, Mx3DPointFloat&)
{
// TODO
}