mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 12:06:07 +08:00
Missed change for ISoundEmitterSystemBase.
This commit is contained in:
@ -23,6 +23,7 @@
|
|||||||
#define SOUNDGENDER_MACRO_LENGTH 7 // Length of above including $
|
#define SOUNDGENDER_MACRO_LENGTH 7 // Length of above including $
|
||||||
|
|
||||||
class KeyValues;
|
class KeyValues;
|
||||||
|
class IFileList;
|
||||||
typedef unsigned int HSOUNDSCRIPTHASH;
|
typedef unsigned int HSOUNDSCRIPTHASH;
|
||||||
#define SOUNDEMITTER_INVALID_HASH (HSOUNDSCRIPTHASH)-1
|
#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 AddSoundsFromFile( const char *filename, bool bPreload, bool bAutoCache, bool bIsOverride = false ) = 0;
|
||||||
|
|
||||||
|
virtual void ReloadSoundEntriesInList( IFileList *pFilesToReload ) = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // ISOUNDEMITTERSYSTEMBASE_H
|
#endif // ISOUNDEMITTERSYSTEMBASE_H
|
||||||
|
Reference in New Issue
Block a user