mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-21 14:31:17 +00:00
Update clang-tidy configuration in format.sh and apply fixes for a new check (#1257)
* Update format.sh compiler options and add a check for clang-tidy * Enable clang-tidy option to find inconsistent argument names * Remove -Iassets from clang-tidy compiler options
This commit is contained in:
parent
6f0b8f1e74
commit
04ade9a255
12 changed files with 131 additions and 128 deletions
|
@ -16,7 +16,7 @@ void BossDodongo_Walk(BossDodongo* this, PlayState* play);
|
|||
void BossDodongo_Inhale(BossDodongo* this, PlayState* play);
|
||||
void BossDodongo_BlowFire(BossDodongo* this, PlayState* play);
|
||||
void BossDodongo_Roll(BossDodongo* this, PlayState* play);
|
||||
void BossDodongo_SpawnFire(BossDodongo* this, PlayState* play, s16 arg2);
|
||||
void BossDodongo_SpawnFire(BossDodongo* this, PlayState* play, s16 params);
|
||||
void BossDodongo_Explode(BossDodongo* this, PlayState* play);
|
||||
void BossDodongo_LayDown(BossDodongo* this, PlayState* play);
|
||||
void BossDodongo_Vulnerable(BossDodongo* this, PlayState* play);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue