mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 14:34:32 +00:00
HealthMeter_ -> Health_ (#1202)
* HealthMeter_ -> Health_ * PR Suggestion
This commit is contained in:
parent
5cc5cf5a7e
commit
80186ec1ab
5 changed files with 16 additions and 16 deletions
|
@ -942,11 +942,11 @@ void Color_RGBA8_Copy(Color_RGBA8* dst, Color_RGBA8* src);
|
|||
void func_80078884(u16 sfxId);
|
||||
void func_800788CC(u16 sfxId);
|
||||
void func_80078914(Vec3f* arg0, u16 sfxId);
|
||||
void HealthMeter_Init(GlobalContext* globalCtx);
|
||||
void HealthMeter_Update(GlobalContext* globalCtx);
|
||||
void HealthMeter_Draw(GlobalContext* globalCtx);
|
||||
void HealthMeter_UpdateBeatingHeart(GlobalContext* globalCtx);
|
||||
u32 HealthMeter_IsCritical(void);
|
||||
void Health_InitMeter(GlobalContext* globalCtx);
|
||||
void Health_UpdateMeter(GlobalContext* globalCtx);
|
||||
void Health_DrawMeter(GlobalContext* globalCtx);
|
||||
void Health_UpdateBeatingHeart(GlobalContext* globalCtx);
|
||||
u32 Health_IsCritical(void);
|
||||
void Lights_PointSetInfo(LightInfo* info, s16 x, s16 y, s16 z, u8 r, u8 g, u8 b, s16 radius, s32 type);
|
||||
void Lights_PointNoGlowSetInfo(LightInfo* info, s16 x, s16 y, s16 z, u8 r, u8 g, u8 b, s16 radius);
|
||||
void Lights_PointGlowSetInfo(LightInfo* info, s16 x, s16 y, s16 z, u8 r, u8 g, u8 b, s16 radius);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue