mirror of
https://github.com/HarbourMasters/Starship
synced 2026-06-15 14:41:45 -04:00
Added frame interpolation markers
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user