mirror of
https://github.com/zeldaret/ss
synced 2026-08-09 02:46:51 -04:00
d_snd_source_tg_sound OK
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user