diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2021-05-23 03:09:59 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-23 12:09:59 +0200 |
| commit | e915df66c806bdff65aa243649f7abfe6cc19227 (patch) | |
| tree | 226e708c0546c45f65420446382ba597ad773651 /libs/Z2AudioLib/Z2SoundStarter.cpp | |
| parent | 462d71cbef02ef119fc2aa480b98cfeedde46441 (diff) | |
move d_a_alink and some related stuff (#130)
* clean up d_a_player
* move some of daalink
* more daalink / daplayer
* setup some daalink members
* rest of daalink members setup
* remove comment
* few more matches
* remove asm
* more matches
* more matches + move e_wb_class
* fix some d_save classes
Co-authored-by: lepelog <lepelog@users.noreply.github.com>
Diffstat (limited to 'libs/Z2AudioLib/Z2SoundStarter.cpp')
| -rw-r--r-- | libs/Z2AudioLib/Z2SoundStarter.cpp | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/libs/Z2AudioLib/Z2SoundStarter.cpp b/libs/Z2AudioLib/Z2SoundStarter.cpp index e449e19b81..14e8ad6168 100644 --- a/libs/Z2AudioLib/Z2SoundStarter.cpp +++ b/libs/Z2AudioLib/Z2SoundStarter.cpp @@ -11,27 +11,6 @@ // Types: // -struct JGeometry { - template <typename A1> - struct TVec3 {}; - /* TVec3<f32> */ - struct TVec3__template0 {}; -}; - -struct JAISoundID {}; - -struct JAISoundHandle {}; - -struct Z2SoundStarter { - /* 802AAB94 */ Z2SoundStarter(bool); - /* 802AAC3C */ void startSound(JAISoundID, JAISoundHandle*, JGeometry::TVec3<f32> const*, u32, - f32, f32, f32, f32, f32, u32); - /* 802AABF4 */ void startSound(JAISoundID, JAISoundHandle*, JGeometry::TVec3<f32> const*); - /* 802AAEDC */ void setPortData(JAISoundHandle*, u32, u16, s8); - /* 802AAF74 */ void getPortData(JAISoundHandle*, u32, s8); - /* 802AAFF0 */ ~Z2SoundStarter(); -}; - struct Z2EnvSeMgr { /* 802C93E4 */ void getFogDensity(); }; @@ -40,17 +19,6 @@ struct Z2AudioMgr { static u8 mAudioMgrPtr[4 + 4 /* padding */]; }; -struct JASTrack { - /* 80291C30 */ void openChild(u32); - /* 80292918 */ void writePort(u32, u16); - /* 8029297C */ void readPort(u32); -}; - -struct JAISoundStarter { - /* 802A2F6C */ JAISoundStarter(bool); - /* 802A2F88 */ ~JAISoundStarter(); -}; - struct JAISoundParamsMove { /* 802A2DB4 */ void moveVolume(f32, u32); /* 802A2E0C */ void movePitch(f32, u32); |
