mirror of
https://github.com/n64decomp/mk64
synced 2026-06-04 02:16:22 -04:00
491f37be4d
Matched its rodata too Required making a minor adjustment to the Player struct, which required updating a couple of other files Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
24 lines
898 B
C
24 lines
898 B
C
#ifndef CODE_8003DC40_H
|
|
#define CODE_8003DC40_H
|
|
|
|
#include "common_structs.h"
|
|
|
|
/* Function Prototypes */
|
|
|
|
void func_8003DC40(Player*);
|
|
void func_8003DC50(Player*, Vec3f);
|
|
void func_8003DE4C(Player*, Vec3f);
|
|
void func_8003E048(Player*, Vec3f, Vec3f, Vec3f, f32*, f32*, f32*, f32*);
|
|
void func_8003E37C(Player*, Vec3f, Vec3f, Vec3f, f32*, f32*, f32*, f32*);
|
|
void func_8003E6EC(Player*, Vec3f, Vec3f, Vec3f, f32*, f32*, f32*, f32*);
|
|
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*);
|
|
|
|
extern s16 gCurrentCourseId;
|
|
|
|
#endif
|