Mario Kart 64
Loading...
Searching...
No Matches
code_8003DC40.h
Go to the documentation of this file.
1#ifndef CODE_8003DC40_H
2#define CODE_8003DC40_H
3
4#include <common_structs.h>
5
6/* Function Prototypes */
7
18void func_8003F734(Player*, Vec3f, Vec3f, f32*, f32*, f32*, f32*);
19void func_8003FBAC(Player*, Vec3f, Vec3f, f32*, f32*, f32*, f32*);
20
22
23#endif
s16 gCurrentCourseId
Definition code_800029B0.c:29
void func_8003E9EC(Player *, Vec3f, Vec3f, Vec3f, f32 *, f32 *, f32 *, f32 *)
Definition code_8003DC40.c:138
void func_8003DC40(Player *)
Definition code_8003DC40.c:11
void func_8003E37C(Player *, Vec3f, Vec3f, Vec3f, f32 *, f32 *, f32 *, f32 *)
Definition code_8003DC40.c:89
void func_8003F734(Player *, Vec3f, Vec3f, f32 *, f32 *, f32 *, f32 *)
Definition code_8003DC40.c:264
void func_8003E048(Player *, Vec3f, Vec3f, Vec3f, f32 *, f32 *, f32 *, f32 *)
Definition code_8003DC40.c:63
void func_8003E6EC(Player *, Vec3f, Vec3f, Vec3f, f32 *, f32 *, f32 *, f32 *)
Definition code_8003DC40.c:117
void func_8003DC50(Player *, Vec3f)
Definition code_8003DC40.c:15
void func_8003F138(Player *, Vec3f, Vec3f, Vec3f, f32 *, f32 *, f32 *, f32 *)
Definition code_8003DC40.c:193
void func_8003FBAC(Player *, Vec3f, Vec3f, f32 *, f32 *, f32 *, f32 *)
Definition code_8003DC40.c:318
void func_8003EE2C(Player *, Vec3f, Vec3f, Vec3f, f32 *, f32 *, f32 *, f32 *)
Definition code_8003DC40.c:172
void func_8003F46C(Player *, Vec3f, Vec3f, Vec3f, f32 *, f32 *, f32 *, f32 *)
Definition code_8003DC40.c:220
void func_8003DE4C(Player *, Vec3f)
Definition code_8003DC40.c:39
f32 Vec3f[3]
Definition common_structs.h:6
Definition common_structs.h:249
signed short int s16
Definition ultratypes.h:13
float f32
Definition ultratypes.h:34