diff options
Diffstat (limited to 'src/sound.h')
-rw-r--r-- | src/sound.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sound.h b/src/sound.h index c3e5e469a..071b77597 100644 --- a/src/sound.h +++ b/src/sound.h @@ -41,6 +41,8 @@ static const std::string SOUND_WHISPER = "soundwhisper"; static const std::string SOUND_HIGHLIGHT = "soundhighlight"; static const std::string SOUND_GLOBAL = "soundglobal"; static const std::string SOUND_GUILD = "soundguild"; +static const std::string SOUND_SHOW_WINDOW = "soundshowwindow"; +static const std::string SOUND_HIDE_WINDOW = "soundhidewindow"; /** Sound engine * |