Added frame interpolation markers

This commit is contained in:
KiritoDv
2024-10-17 09:53:40 -06:00
parent cd288a4c5b
commit 2cfbe01e50
13 changed files with 120 additions and 59 deletions
+2
View File
@@ -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);