d_snd_source_tg_sound OK

This commit is contained in:
robojumper
2025-06-28 15:24:05 +02:00
parent c5a36f88b7
commit 2a85444daa
4 changed files with 70 additions and 14 deletions
+10 -1
View File
@@ -7,8 +7,17 @@ class dSndSourceTgSound_c : public dSoundSource_c {
public:
dSndSourceTgSound_c(s32 sourceType, dAcBase_c *ac, const char *name, dSndSourceGroup_c *pOwnerGroup);
/* 0x184 */ virtual void preCalc() override {}
/* 0x188 */ virtual void postSetup() override;
/* 0x18C */ virtual void postCalc() override;
/* 0x1CC */ virtual void postSetupSound(u32 playingId, u32 requestedId, dSndSeSound_c *seSound) override;
void setTgActive(bool active);
private:
/* 0x15C */ u8 _0x15C[0x164 - 0x15C];
/* 0x15C */ u32 mTgSoundId;
/* 0x160 */ bool mTgActive;
};
#endif