diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2024-02-13 15:27:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-13 07:27:58 -0700 |
| commit | d6663422b04e54e86838b56243cbdef27496d706 (patch) | |
| tree | c7e95031312c813f0db9252d784a3b659e5257a4 /src/code_80086E70.h | |
| parent | 19410f2825b64f114829957e2328961e343dd435 (diff) | |
fix warning, type and document audio (#559)
* Document audio
* Update external.h
* fix warnings
* put a do while on one line
Diffstat (limited to 'src/code_80086E70.h')
| -rw-r--r-- | src/code_80086E70.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code_80086E70.h b/src/code_80086E70.h index 586d8c310..558f33f0f 100644 --- a/src/code_80086E70.h +++ b/src/code_80086E70.h @@ -7,7 +7,7 @@ void func_80086E70(s32); void func_80086EAC(s32, s32, s16); void func_80086EF0(s32); -void func_80086F10(s32, s32, u16[][4]); +void func_80086F10(s32, s32, Vec4s[]); void func_80086F60(s32); s32 func_80086FA4(s32); void func_80086FD4(s32); |
