Add g_matricesHead and g_matrices to MMatrix.cpp

This commit is contained in:
KeybadeBlox 2025-12-10 22:49:03 -05:00
parent 58a2dbb2fb
commit ef64c9d683

View file

@ -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) {