From 7dcdcad9b7a6f6775c7e7bdc630b8d3b8182d96a Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Tue, 12 Nov 2013 11:26:38 -0500 Subject: [PATCH] Missed change for ISoundEmitterSystemBase. --- public/SoundEmitterSystem/isoundemittersystembase.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/SoundEmitterSystem/isoundemittersystembase.h b/public/SoundEmitterSystem/isoundemittersystembase.h index 0f66f7ae..ff9c007e 100644 --- a/public/SoundEmitterSystem/isoundemittersystembase.h +++ b/public/SoundEmitterSystem/isoundemittersystembase.h @@ -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