Implement LegoExtraActor:: VTable0xa4 & FUN_1002aae0 (#742)

* Implement LegoExtraActor:: VTable0xa4 & FUN_1002aae0

* Match LegoExtraActor::FUN_1002aae0

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
Nathan M Gilbert
2024-03-28 09:19:32 -04:00
committed by GitHub
parent 3b68a90a08
commit 13d994a1ee
6 changed files with 50 additions and 11 deletions

View File

@@ -9,6 +9,9 @@ struct UnknownMatrixType {
float m_data[4][4];
};
// Note: Many functions most likely take const references/pointers instead of non-const.
// The class needs to undergo a very careful refactoring to fix that (no matches should break).
// VTABLE: LEGO1 0x100d4350
// SIZE 0x08
class Matrix4 {