diff options
| author | fig02 <fig02srl@gmail.com> | 2025-04-26 18:17:02 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-26 18:17:02 -0400 |
| commit | bed76a3bf3cd89456e3331b2c2b50dbc5f79fe48 (patch) | |
| tree | 49f4c9741975a6c68d8cb6dbb7902e6a6d3d428d /src/audio/data.c | |
| parent | 25b2fa4bca1f1d2d155db2610191af1075e813b3 (diff) | |
add array_count.h (#2514)
Diffstat (limited to 'src/audio/data.c')
| -rw-r--r-- | src/audio/data.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/audio/data.c b/src/audio/data.c index bd072257b..6c5528f34 100644 --- a/src/audio/data.c +++ b/src/audio/data.c @@ -1,7 +1,7 @@ +#include "array_count.h" +#include "sfx.h" #include "ultra64.h" #include "z64audio.h" -#include "macros.h" -#include "sfx.h" // sSfxRequests ring buffer endpoints. read index <= write index, wrapping around mod 256. u8 gSfxRequestWriteIndex = 0; |
