mirror of
https://github.com/n64decomp/mk64
synced 2026-07-01 19:00:19 -04:00
Match funcs in player_controller.c (#398)
* Match funcs in player_controller.c
This commit is contained in:
+2
-2
@@ -15,8 +15,8 @@ void func_8003E9EC(Player*, Vec3f, Vec3f, Vec3f, f32*, f32*, f32*, f32*);
|
||||
void func_8003EE2C(Player*, Vec3f, Vec3f, Vec3f, f32*, f32*, f32*, f32*);
|
||||
void func_8003F138(Player*, Vec3f, Vec3f, Vec3f, f32*, f32*, f32*, f32*);
|
||||
void func_8003F46C(Player*, Vec3f, Vec3f, Vec3f, f32*, f32*, f32*, f32*);
|
||||
void func_8003F734(Player*, Vec3f, Vec3f, Vec3f, f32*, f32*, f32*);
|
||||
void func_8003FBAC(Player*, Vec3f, Vec3f, Vec3f, f32*, f32*, f32*);
|
||||
void func_8003F734(Player*, Vec3f, Vec3f, f32*, f32*, f32*, f32*);
|
||||
void func_8003FBAC(Player*, Vec3f, Vec3f, f32*, f32*, f32*, f32*);
|
||||
|
||||
extern s16 gCurrentCourseId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user