mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-03 00:33:55 +03:00
18 lines
287 B
C
18 lines
287 B
C
#ifndef HUD_H
|
|
#define HUD_H
|
|
|
|
#include "global.h"
|
|
|
|
void func_8008A4DC(void);
|
|
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
|