Attempt to decompile func0f0155f0

This commit is contained in:
Ryan Dwyer
2021-02-11 18:44:51 +10:00
parent 9d578e34bc
commit 4dd88fed89
9 changed files with 137 additions and 54 deletions
+4
View File
@@ -24,6 +24,10 @@ void guMtxIdentF(float mf[4][4]);
void guMtxL2F(float mf[4][4], Mtx *m);
void guNormalize(float *, float *, float *);
void guLookAt(Mtx *m, float xEye, float yEye, float zEye,
float xAt, float yAt, float zAt,
float xUp, float yUp, float zUp);
/* Used only in Fast3DEX2 */
void guLookAtReflect (Mtx *m, LookAt *l, float xEye, float yEye, float zEye,
float xAt, float yAt, float zAt,