Implement/match LegoAct2::Notify (#1175)

* Implement LegoAct2::Notify

* Fix naming

* Remove unnecessary actions/ prefix in includes
This commit is contained in:
Christian Semmler
2024-11-29 13:11:29 -07:00
committed by GitHub
parent 29a0ae8f07
commit a17b3168e9
5 changed files with 114 additions and 11 deletions

View File

@@ -15,6 +15,7 @@ public:
// FUNCTION: LEGO1 0x10032770
MxMatrix(const MxMatrix& p_matrix) : Matrix4(m_elements) { Equals(p_matrix); }
// FUNCTION: BETA10 0x1000fc20
MxMatrix(const Matrix4& p_matrix) : Matrix4(m_elements) { Equals(p_matrix); }
// FUNCTION: BETA10 0x10010860