1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-16 04:44:44 +00:00

[ntsc-1.0/1.1] Match audio library (#2243)

* [ntsc-1.0/1.1] Match audio library

* Don't include versions.h in audio table headers

* Include versions.h where audio tables are used
This commit is contained in:
cadmic 2024-10-09 07:53:16 -07:00 committed by GitHub
parent 60f9607569
commit 621b8f38c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 74 additions and 62 deletions

View file

@ -2,6 +2,7 @@
#define SEQUENCE_H
#include "ultra64.h"
#include "versions.h"
#define DEFINE_SEQUENCE(_0, seqId, _2, _3, _4) seqId,
#define DEFINE_SEQUENCE_PTR(_0, seqId, _2, _3, _4) seqId,