mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 21:45:00 +03:00
21 lines
369 B
C
21 lines
369 B
C
#ifndef HUD_H
|
|
#define HUD_H
|
|
|
|
#include "global.h"
|
|
|
|
void func_80085944(void);
|
|
void func_8008A4DC(void);
|
|
void func_8008B2F0(void);
|
|
void func_8008B5B0(f32, f32);
|
|
void func_8008B734(void);
|
|
void func_8008B9E8(void);
|
|
void func_8008BAE4(void);
|
|
void func_8008DC34(void);
|
|
void func_8008E5E8(void);
|
|
void func_8008E620(void);
|
|
|
|
extern s32 D_80177854;
|
|
extern s32 D_801778E8;
|
|
|
|
#endif
|