mirror of
https://github.com/n64decomp/mk64
synced 2026-07-01 10:58:50 -04:00
81fe450051
* fix typo src * fix non matcing * Update code_80091750.c --------- Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
24 lines
896 B
C
24 lines
896 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, f32*, f32*, f32*, f32*);
|
|
void func_8003FBAC(Player*, Vec3f, Vec3f, f32*, f32*, f32*, f32*);
|
|
|
|
extern s16 gCurrentCourseId;
|
|
|
|
#endif
|