summaryrefslogtreecommitdiff
path: root/include/Z2AudioLib
diff options
context:
space:
mode:
authorCarco_21 <144170194+carter-ktb21@users.noreply.github.com>2025-12-12 23:54:42 -0500
committerGitHub <noreply@github.com>2025-12-12 20:54:42 -0800
commit87732304d15f80fa952a243bb3c6dec44f3f0856 (patch)
tree60e559953b012cdeadb6e53a991e07ceab4f0f87 /include/Z2AudioLib
parent2481e184fb99b7343cbf0893f838cc892feafc4a (diff)
d_particle debug work (#2944)
* misc work * more work * fixed error * more work * PR cleanup * missed cleanup * error fix * wii fix
Diffstat (limited to 'include/Z2AudioLib')
-rw-r--r--include/Z2AudioLib/Z2SeMgr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Z2AudioLib/Z2SeMgr.h b/include/Z2AudioLib/Z2SeMgr.h
index 8f04dbe2b6..3f8ca03eb3 100644
--- a/include/Z2AudioLib/Z2SeMgr.h
+++ b/include/Z2AudioLib/Z2SeMgr.h
@@ -75,6 +75,7 @@ public:
void setLevObjSE(u32 soundID, Vec* posPtr, s8 reverb);
void setMultiTriggerSE(u32 soundID, Vec* posPtr, s8 reverb);
void processSeFramework();
+ void playNaviFlySound(f32, f32);
bool isLevelSe(JAISoundID soundID);
bool isSoundCulling(JAISoundID soundID);
void resetCrowdSize() { mCrowdSize = 0; }