summaryrefslogtreecommitdiff
path: root/src/sound.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-10-03 23:46:10 +0300
committerAndrei Karas <akaras@inbox.ru>2012-10-03 23:46:10 +0300
commitba8c196534f110e14e13915b299f9f658b875357 (patch)
treee855f7f3e6e66a971b29551fdb870f273930e439 /src/sound.h
parentbe5390833be676363630fcf69e81c838ba52bac2 (diff)
downloadManaVerse-ba8c196534f110e14e13915b299f9f658b875357.tar.gz
ManaVerse-ba8c196534f110e14e13915b299f9f658b875357.tar.bz2
ManaVerse-ba8c196534f110e14e13915b299f9f658b875357.tar.xz
ManaVerse-ba8c196534f110e14e13915b299f9f658b875357.zip
Add sound effects for open/close windows.
Diffstat (limited to 'src/sound.h')
-rw-r--r--src/sound.h2
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
*