mirror of
https://github.com/sonicdcer/sf64.git
synced 2024-11-23 21:09:56 +00: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
|