mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Implement/match LegoAct2::Notify
(#1175)
* Implement LegoAct2::Notify * Fix naming * Remove unnecessary actions/ prefix in includes
This commit is contained in:

committed by
GitHub

parent
29a0ae8f07
commit
a17b3168e9
@@ -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
|
||||
|
Reference in New Issue
Block a user