diff options
author | Eugene Sandulenko | 2017-02-11 08:56:16 +0100 |
---|---|---|
committer | GitHub | 2017-02-11 08:56:16 +0100 |
commit | 3d5d279bed2556cba0286185fcafbf85743d1d03 (patch) | |
tree | 43afb2b2ed8fd892fb186e6d54befde38bc28541 /gui/options.h | |
parent | 74222486250c777624c3d510b2d57024dba569b8 (diff) | |
parent | d1fe6476fe800b2ea796757a54dd2b974e7be365 (diff) | |
download | scummvm-rg350-3d5d279bed2556cba0286185fcafbf85743d1d03.tar.gz scummvm-rg350-3d5d279bed2556cba0286185fcafbf85743d1d03.tar.bz2 scummvm-rg350-3d5d279bed2556cba0286185fcafbf85743d1d03.zip |
Merge pull request #895 from csnover/gui-volume-options
GUI: Add three new options for volume slider controls
Diffstat (limited to 'gui/options.h')
-rw-r--r-- | gui/options.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/options.h b/gui/options.h index a6eebe5748..1b15258ab5 100644 --- a/gui/options.h +++ b/gui/options.h @@ -175,6 +175,9 @@ private: // // Volume controls // + void updateMusicVolume(const int newValue) const; + void updateSfxVolume(const int newValue) const; + void updateSpeechVolume(const int newValue) const; bool _enableVolumeSettings; StaticTextWidget *_musicVolumeDesc; |