PSMulUnit01

This commit is contained in:
LagoLunatic
2024-02-09 06:23:06 -05:00
parent cac8575a94
commit 2412c2c41b
3 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ struct J3DTransformInfo {
extern J3DTransformInfo const j3dDefaultTransformInfo;
extern Vec const j3dDefaultScale;
extern Mtx const j3dDefaultMtx;
extern f32 PSMulUnit01[2];
extern f32 PSMulUnit01[];
void J3DGQRSetup7(u32 param_0, u32 param_1, u32 param_2, u32 param_3);
f32 J3DCalcZValue(MtxP m, Vec v);