mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2024-12-23 01:59:43 +08:00
Missed change for ISoundEmitterSystemBase.
This commit is contained in:
parent
a80a319e2a
commit
7dcdcad9b7
@ -23,6 +23,7 @@
|
||||
#define SOUNDGENDER_MACRO_LENGTH 7 // Length of above including $
|
||||
|
||||
class KeyValues;
|
||||
class IFileList;
|
||||
typedef unsigned int HSOUNDSCRIPTHASH;
|
||||
#define SOUNDEMITTER_INVALID_HASH (HSOUNDSCRIPTHASH)-1
|
||||
|
||||
@ -278,6 +279,7 @@ public:
|
||||
|
||||
virtual void AddSoundsFromFile( const char *filename, bool bPreload, bool bAutoCache, bool bIsOverride = false ) = 0;
|
||||
|
||||
virtual void ReloadSoundEntriesInList( IFileList *pFilesToReload ) = 0;
|
||||
};
|
||||
|
||||
#endif // ISOUNDEMITTERSYSTEMBASE_H
|
||||
|
Loading…
Reference in New Issue
Block a user