diff options
| author | briaguya <70942617+briaguya-ai@users.noreply.github.com> | 2023-01-17 00:17:49 -0500 |
|---|---|---|
| committer | briaguya <briaguya@alice> | 2023-01-17 00:33:56 -0500 |
| commit | ba13e6b2c40d17adef064c2022ceeef260622981 (patch) | |
| tree | 8dbad888b552342bd7a10a1061657a122ce08f87 /soh/src/code/audio_seqplayer.c | |
| parent | ab104623a74311ed3ba20fc059b012b3940c300b (diff) | |
refactor: use LUS 1.0 RC
Co-authored-by: kenix3 <kenixwhisperwind@gmail.com>
Co-authored-by: David Chavez <david@dcvz.io>
Co-authored-by: KiritoDv <kiritodev01@gmail.com>
Co-authored-by: Christopher Leggett <chris@leggett.dev>
Diffstat (limited to 'soh/src/code/audio_seqplayer.c')
| -rw-r--r-- | soh/src/code/audio_seqplayer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soh/src/code/audio_seqplayer.c b/soh/src/code/audio_seqplayer.c index 80a97b97e..4c38524c6 100644 --- a/soh/src/code/audio_seqplayer.c +++ b/soh/src/code/audio_seqplayer.c @@ -1,6 +1,6 @@ #include <stdlib.h> -#include "ultra64.h" +#include <libultraship/libultra.h> #include "global.h" extern char* sequenceMap[MAX_SEQUENCES]; |
