diff options
Diffstat (limited to 'src/sound.h')
-rw-r--r-- | src/sound.h | 3 |
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(); |