diff --git a/src/MMatrix.cpp b/src/MMatrix.cpp index 3826f4f..8f8c444 100644 --- a/src/MMatrix.cpp +++ b/src/MMatrix.cpp @@ -1,3 +1,10 @@ +// Address: 0x00264C04 +Mat4 * * g_matricesHead; + +// Address: 0x00264C08 +Mat4 * g_matrices[3]; + + // Address: 0x001BB690 // Matching: yes HRESULT __stdcall initMatrices(unsigned const count) {