summaryrefslogtreecommitdiff
path: root/src/sound.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-03-30 04:39:13 +0300
committerAndrei Karas <akaras@inbox.ru>2011-03-30 04:39:13 +0300
commitd629f56517f55d1fd756c4774d9a368d66f615df (patch)
treea3675eb7af6b95bd33a8c9887bda5952a11fced5 /src/sound.h
parenta08839164df3ae37d216d810123f17eb968da1d4 (diff)
downloadplus-d629f56517f55d1fd756c4774d9a368d66f615df.tar.gz
plus-d629f56517f55d1fd756c4774d9a368d66f615df.tar.bz2
plus-d629f56517f55d1fd756c4774d9a368d66f615df.tar.xz
plus-d629f56517f55d1fd756c4774d9a368d66f615df.zip
Add background music map ranges.
Diffstat (limited to 'src/sound.h')
-rw-r--r--src/sound.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sound.h b/src/sound.h
index 4f11f38ac..0de9f0636 100644
--- a/src/sound.h
+++ b/src/sound.h
@@ -107,6 +107,9 @@ class Sound : public ConfigListener
void volumeRestore();
+ std::string getCurrentMusicFile()
+ { return mCurrentMusicFile; }
+
private:
/** Logs various info about sound device. */
void info();