diff options
Diffstat (limited to 'libs/Z2AudioLib/Z2SoundMgr.cpp')
| -rw-r--r-- | libs/Z2AudioLib/Z2SoundMgr.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libs/Z2AudioLib/Z2SoundMgr.cpp b/libs/Z2AudioLib/Z2SoundMgr.cpp index 4ecefbfebd..27e5d363e2 100644 --- a/libs/Z2AudioLib/Z2SoundMgr.cpp +++ b/libs/Z2AudioLib/Z2SoundMgr.cpp @@ -15,12 +15,6 @@ struct Z2SpeechMgr2 { /* 802CC190 */ void speakOneWord(bool); }; -struct JAISound {}; - -struct JAISoundHandle {}; - -struct JAISoundID {}; - struct JGeometry { template <typename A1> struct TVec3 {}; @@ -28,6 +22,12 @@ struct JGeometry { struct TVec3__template0 {}; }; +struct JAISound {}; + +struct JAISoundID {}; + +struct JAISoundHandle {}; + struct Z2SoundMgr { /* 802A9E80 */ Z2SoundMgr(); /* 802A9EE8 */ void startSound(JAISoundID, JAISoundHandle*, JGeometry::TVec3<f32> const*); |
