1
0
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:
Nicholas Hastings
2013-11-12 11:26:38 -05:00
parent a80a319e2a
commit 7dcdcad9b7

View File

@ -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