1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 20:16:10 +08:00

SoundEmitterSystem updates for (#78).

This commit is contained in:
Nick Hastings
2020-08-15 13:13:28 -04:00
parent e369218ae8
commit 058ed4de4a

View File

@ -189,9 +189,9 @@ private:
bool uses_gender_token:1;
bool m_bShouldPreload:1;
byte reserved; // 28
float m_fBPM; // 28
float m_fSignature; // 32
float m_fFadeTime; // 36
};
#pragma pack()
@ -264,6 +264,9 @@ public:
virtual soundlevel_t LookupSoundLevelByHandle( char const *soundname, HSOUNDSCRIPTHANDLE& handle ) = 0;
virtual void ReloadSoundEntriesInList( IFileList *pFilesToReload ) = 0;
// Flush and reload
virtual void Flush() = 0;
};
#endif // ISOUNDEMITTERSYSTEMBASE_H