mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-07-10 23:22:33 -04:00
More Interp Fixes (#673)
* Update render_player.c * Update render.inc.c * Update render.inc.c * Fix kart interp * Remove feature * Fix error
This commit is contained in:
@@ -10,7 +10,6 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
void func_80045738(u8*, u8*, s32, s32);
|
||||
void render_bomb_karts(s32);
|
||||
void func_800431B0(Vec3f, Vec3su, f32, Vtx*);
|
||||
void func_80043220(Vec3f, Vec3su, f32, Gfx*);
|
||||
void func_80043328(Vec3f, Vec3su, f32, Gfx*);
|
||||
@@ -368,18 +367,9 @@ void func_80055F48(s32);
|
||||
|
||||
void func_80056160(s32);
|
||||
void render_object_neon(s32);
|
||||
void func_800562E4(s32, s32, s32);
|
||||
void func_800563DC(s32, s32, s32);
|
||||
void func_800568A0(s32, s32);
|
||||
void func_8005669C(s32, s32, s32);
|
||||
void func_800569F4(s32);
|
||||
void func_80056A40(s32, s32);
|
||||
void func_80056A94(s32);
|
||||
void render_battle_bomb_karts(s32);
|
||||
void func_80056E24(s32, Vec3f);
|
||||
void func_80056FCC(s32);
|
||||
|
||||
void render_bomb_karts(s32);
|
||||
void func_8005762C(s32*, s32*, s32, u32);
|
||||
void func_80057330(void);
|
||||
void func_80057338(void);
|
||||
|
||||
Reference in New Issue
Block a user