diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2023-03-30 19:53:47 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-30 19:53:47 +1100 |
| commit | 6685a4775e440b247f3db62db4162dccbf0775ea (patch) | |
| tree | 14c20e33d91b6914f272d8301b7c3a0cfb544e01 /include/z64.h | |
| parent | 045c3537a9bae4fa7fb33985c7834f3c956d42f1 (diff) | |
Audio `sequence.c` OK and documented (#1201)
* import sequence docs
* cleanup
* do not need raw hex
Diffstat (limited to 'include/z64.h')
| -rw-r--r-- | include/z64.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/z64.h b/include/z64.h index 6e8e72938..b91333288 100644 --- a/include/z64.h +++ b/include/z64.h @@ -20,6 +20,7 @@ #include "color.h" #include "ichain.h" #include "sequence.h" +#include "seqcmd.h" #include "sfx.h" #include "message_data_static.h" |
