diff options
| author | Julgodis <> | 2021-04-07 09:16:47 +0200 |
|---|---|---|
| committer | Julgodis <> | 2021-04-07 09:16:47 +0200 |
| commit | dca1d2a1c032f239c65aa1b7767132c12e89f628 (patch) | |
| tree | 103f2574cfa7c6b9f19df522447d0b58861b60ba /libs/Z2AudioLib/Z2LinkMgr.cpp | |
| parent | ed1ee30dd20ab15ba73b987f1e59b0dfc16d09b2 (diff) | |
detect more floats/doubles, including from relocations
Diffstat (limited to 'libs/Z2AudioLib/Z2LinkMgr.cpp')
| -rw-r--r-- | libs/Z2AudioLib/Z2LinkMgr.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/Z2AudioLib/Z2LinkMgr.cpp b/libs/Z2AudioLib/Z2LinkMgr.cpp index 0e58c06f54..c57c986df7 100644 --- a/libs/Z2AudioLib/Z2LinkMgr.cpp +++ b/libs/Z2AudioLib/Z2LinkMgr.cpp @@ -15,10 +15,6 @@ struct dSv_event_c { /* 800349BC */ void isEventBit(u16) const; }; -struct JAISoundID {}; - -struct JAISoundHandle {}; - struct JGeometry { template <typename A1> struct TVec3 {}; @@ -26,6 +22,10 @@ struct JGeometry { struct TVec3__template0 {}; }; +struct JAISoundHandle {}; + +struct JAISoundID {}; + struct Z2SoundStarter { /* 802AAB94 */ Z2SoundStarter(bool); /* 802AAC3C */ void startSound(JAISoundID, JAISoundHandle*, JGeometry::TVec3<f32> const*, u32, |
