Starship/include/hud.h

15 lines
212 B
C
Raw Normal View History

2023-10-13 10:53:43 +03:00
#ifndef HUD_H
#define HUD_H
#include "global.h"
2023-10-13 12:13:30 +03:00
void func_8008A4DC(void);
void func_8008B734(void);
void func_8008DC34(void);
void func_8008E5E8(void);
void func_8008E620(void);
extern s32 D_801778E8;
2023-10-13 10:53:43 +03:00
#endif