diff options
| author | Max Roncace <me@caseif.net> | 2026-01-06 07:38:40 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-06 04:38:40 -0800 |
| commit | 3679e7abab82df6447f7b55aa472b5b9c8062fb0 (patch) | |
| tree | 025ed4e98456f162b911d4623b73c94757856f08 /src/Z2AudioLib/Z2SceneMgr.cpp | |
| parent | 5b987084eac71e044ace3ebe21f62d5410b23e62 (diff) | |
Misc debug include/class order improvements + link remaining Z2AudioLib TUs (#3014)
* Improve dolzel.pch ordering
* Improve JSystem include order
* Various class ordering fixes
* Link remaining Z2AudioLib TUs
* Fix some symbols in Shield and weak functions in ShieldD
Diffstat (limited to 'src/Z2AudioLib/Z2SceneMgr.cpp')
| -rw-r--r-- | src/Z2AudioLib/Z2SceneMgr.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Z2AudioLib/Z2SceneMgr.cpp b/src/Z2AudioLib/Z2SceneMgr.cpp index 6c1a917716..3aa7e99950 100644 --- a/src/Z2AudioLib/Z2SceneMgr.cpp +++ b/src/Z2AudioLib/Z2SceneMgr.cpp @@ -1,3 +1,5 @@ +#include "d/dolzel.h" // IWYU pragma: keep + #include "JSystem/JAudio2/JASBasicWaveBank.h" #include "JSystem/JAudio2/JAUSectionHeap.h" #include "JSystem/JAudio2/JAUSoundTable.h" |
