summaryrefslogtreecommitdiff
path: root/include/sf64math.h
diff options
context:
space:
mode:
authorKiritoDv <kiritodev01@gmail.com>2024-10-17 09:53:40 -0600
committerKiritoDv <kiritodev01@gmail.com>2024-10-17 09:53:40 -0600
commit2cfbe01e50e65ff1ada5ba100eb73feac18524ae (patch)
tree039241c739eccbc456bedc54cd42061dab175dec /include/sf64math.h
parentcd288a4c5b816ddad9a019d41ee2e442f169eba1 (diff)
Added frame interpolation markers
Diffstat (limited to 'include/sf64math.h')
-rw-r--r--include/sf64math.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sf64math.h b/include/sf64math.h
index dfe48f1a..19b0ddbc 100644
--- a/include/sf64math.h
+++ b/include/sf64math.h
@@ -66,6 +66,8 @@ extern Matrix* gGfxMatrix;
extern Matrix sGfxMatrixStack[];
extern Matrix* gCalcMatrix;
extern Matrix sCalcMatrixStack[];
+extern Matrix* gInterpolationMatrix;
+extern Matrix sInterpolationMatrixStack[];
f32 Math_ModF(f32 value, f32 mod);
void Rand_Init(void);