mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-05 15:34:41 +00:00
Fix a few warnings (#998)
* Fix some warnings * Revert warning fixes in audio code
This commit is contained in:
parent
a6554b4f84
commit
ed487b4bb8
4 changed files with 6 additions and 4 deletions
|
@ -908,6 +908,8 @@ void Environment_ClearBgsDayCount(void);
|
|||
s32 Environment_GetTotalDays(void);
|
||||
void func_800775F0(u16);
|
||||
s32 func_80077600(void);
|
||||
void func_80077624(GlobalContext* globalCtx);
|
||||
void func_80077684(GlobalContext* globalCtx);
|
||||
void Environment_WarpSongLeave(GlobalContext* globalCtx);
|
||||
void Lib_MemSet(u8* dest, size_t size, u8 val);
|
||||
f32 Math_CosS(s16 angle);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue