Decompile func0f09ee18

This commit is contained in:
Ryan Dwyer
2021-04-06 22:53:22 +10:00
parent 1de2cc728e
commit 1c379b5082
9 changed files with 106 additions and 443 deletions
+1
View File
@@ -24,6 +24,7 @@ void guMtxIdentF(float mf[4][4]);
void guMtxL2F(float mf[4][4], Mtx *m);
void guNormalize(float *, float *, float *);
void guAlignF(float mf[4][4], float a, float x, float y, float z);
void guRotateF(float mf[4][4], float a, float x, float y, float z);
void guLookAt(Mtx *m, float xEye, float yEye, float zEye,
float xAt, float yAt, float zAt,