diff options
| author | Erin Moon <erin@hecke.rs> | 2021-01-06 20:00:42 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-06 21:00:42 -0500 |
| commit | 6f3f8cc38e0cd68b6dc8c3d8bf5390afff9c8a71 (patch) | |
| tree | cae82caec3bc9a3b99d229bab43df68292da2b33 /src/m_Do/m_Do_Reset.cpp | |
| parent | 85f6906ba0ac002af41aa653466c52047c13f6d8 (diff) | |
Z2AudioLib: split (#64)
* Z2AudioLib: split
- Z2SpeechMgr2
- Z2Audience
- Z2EnvSeMgr
- Z2SoundMgr
- Z2AudioMgr
- Z2Creature
- Z2SoundStarter
- Z2WolfHowlMgr
- Z2SoundObject
- Z2SoundObjMgr
- Z2SoundInfo
- Z2AudioArcLoader
- Z2AudioLib
- Z2SoundHandles
- Z2LinkMgr: finish splitting
- Z2SceneMgr: finish splitting
- Z2SeqMgr: finish splitting
* merge fix
Co-authored-by: Pheenoh <pheenoh@gmail.com>
Diffstat (limited to 'src/m_Do/m_Do_Reset.cpp')
| -rw-r--r-- | src/m_Do/m_Do_Reset.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/m_Do/m_Do_Reset.cpp b/src/m_Do/m_Do_Reset.cpp index afc77c847b..e8141783af 100644 --- a/src/m_Do/m_Do_Reset.cpp +++ b/src/m_Do/m_Do_Reset.cpp @@ -1,6 +1,7 @@ #include "m_Do/m_Do_reset/m_Do_reset.h" #include "JSystem/JUtility/JUTXfb/JUTXfb.h" #include "SComponent/c_API_controller_pad.h" +#include "Z2AudioLib/Z2AudioMgr/Z2AudioMgr.h" #include "dvd/dvd.h" #include "global.h" |
