mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 03:56:10 +08:00
Sync with upstream (Issue #30).
Recompiled tier1 and mathlib for all platforms will come in next commit.
This commit is contained in:
@ -264,6 +264,9 @@ public:
|
||||
virtual soundlevel_t LookupSoundLevelByHandle( char const *soundname, HSOUNDSCRIPTHANDLE& handle ) = 0;
|
||||
|
||||
virtual void ReloadSoundEntriesInList( IFileList *pFilesToReload ) = 0;
|
||||
|
||||
// Called by either client or server to force ModShutdown and ModInit
|
||||
virtual void Flush() = 0;
|
||||
};
|
||||
|
||||
#endif // ISOUNDEMITTERSYSTEMBASE_H
|
||||
|
Reference in New Issue
Block a user