mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-02-20 02:07:02 +03:00
Add g_matricesHead and g_matrices to MMatrix.cpp
This commit is contained in:
parent
58a2dbb2fb
commit
ef64c9d683
1 changed files with 7 additions and 0 deletions
|
|
@ -1,3 +1,10 @@
|
||||||
|
// Address: 0x00264C04
|
||||||
|
Mat4 * * g_matricesHead;
|
||||||
|
|
||||||
|
// Address: 0x00264C08
|
||||||
|
Mat4 * g_matrices[3];
|
||||||
|
|
||||||
|
|
||||||
// Address: 0x001BB690
|
// Address: 0x001BB690
|
||||||
// Matching: yes
|
// Matching: yes
|
||||||
HRESULT __stdcall initMatrices(unsigned const count) {
|
HRESULT __stdcall initMatrices(unsigned const count) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue