summaryrefslogtreecommitdiff
path: root/include/Z2AudioLib/Z2SoundObject.h
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2022-12-19 11:06:32 -0800
committerGitHub <noreply@github.com>2022-12-19 12:06:32 -0700
commitca71275bbecc7db9a4eeca3a6ac4215b66de4318 (patch)
treec2851f8cec211216fe0cb6a31a0260a62fc3bf53 /include/Z2AudioLib/Z2SoundObject.h
parent1114b13da81ab0b52fd4bb56a32f32331a21e581 (diff)
big d_a_alink pass (#214)
* d_a_alink pass1 wip * more d_a_alink work * remove asm * more daalink work * 20% dol code decompiled * fixed some nonmatchings for building * a few daalink functions and labeling some HIO data
Diffstat (limited to 'include/Z2AudioLib/Z2SoundObject.h')
-rw-r--r--include/Z2AudioLib/Z2SoundObject.h16
1 files changed, 15 insertions, 1 deletions
diff --git a/include/Z2AudioLib/Z2SoundObject.h b/include/Z2AudioLib/Z2SoundObject.h
index 22fdd22cef..f5be57d208 100644
--- a/include/Z2AudioLib/Z2SoundObject.h
+++ b/include/Z2AudioLib/Z2SoundObject.h
@@ -72,14 +72,28 @@ public:
};
class Z2DopplerSoundObjBase : public Z2SoundHandles {
+public:
Z2DopplerSoundObjBase();
~Z2DopplerSoundObjBase();
- virtual void temp(); // temp to build OK, remove later
virtual void framework(u32, s8);
virtual void init(Vec*, u8);
virtual void startSound(JAISoundID, u32, s8);
virtual void startLevelSound(JAISoundID, u32, s8);
+
+ /* 0x14 */ Z2SoundStarter* field_0x14;
+ /* 0x18 */ JGeometry::TVec3<f32>* field_0x18;
+ /* 0x1C */ u16 field_0x1c;
+ /* 0x1E */ u8 field_0x1e;
+ /* 0x1F */ bool field_0x1f;
+ /* 0x20 */ JGeometry::TVec3<f32> field_0x20;
+ /* 0x2C */ JGeometry::TVec3<f32> field_0x2c;
+};
+
+class Z2SoundObjArrow : public Z2DopplerSoundObjBase {
+public:
+ /* 802BEB38 */ Z2SoundObjArrow();
+ /* 802BEB74 */ virtual void init(Vec*, u8);
};
#endif /* Z2SOUNDOBJECT_H */