sf64/include/hud.h

26 lines
496 B
C
Raw Normal View History

2023-10-13 07:53:43 +00:00
#ifndef HUD_H
#define HUD_H
#include "global.h"
2023-10-13 09:27:28 +00:00
void func_80085944(void);
2023-10-13 09:13:30 +00:00
void func_8008A4DC(void);
2023-10-13 09:51:15 +00:00
void func_8008B044(void);
void func_8008B1B0(void);
2023-10-13 09:27:28 +00:00
void func_8008B2F0(void);
void func_8008B5B0(f32, f32);
2023-10-13 09:13:30 +00:00
void func_8008B734(void);
2023-10-13 09:19:33 +00:00
void func_8008B9E8(void);
void func_8008BAE4(void);
2023-10-13 09:13:30 +00:00
void func_8008DC34(void);
void func_8008E5E8(void);
void func_8008E620(void);
2023-10-13 09:29:58 +00:00
void func_80090E8C(void);
void func_800910C0(void);
2023-10-13 09:13:30 +00:00
2023-10-13 09:19:33 +00:00
extern s32 D_80177854;
2023-10-13 09:29:58 +00:00
extern s32 D_80177880;
2023-10-13 09:13:30 +00:00
extern s32 D_801778E8;
2023-10-13 07:53:43 +00:00
#endif