mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-24 05:55:01 +03:00
15 lines
212 B
C
15 lines
212 B
C
#ifndef HUD_H
|
|
#define HUD_H
|
|
|
|
#include "global.h"
|
|
|
|
void func_8008A4DC(void);
|
|
void func_8008B734(void);
|
|
void func_8008DC34(void);
|
|
void func_8008E5E8(void);
|
|
void func_8008E620(void);
|
|
|
|
extern s32 D_801778E8;
|
|
|
|
#endif
|