aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/modal.h
diff options
context:
space:
mode:
authorEugene Sandulenko2014-04-19 14:06:34 +0300
committerEugene Sandulenko2014-04-19 14:06:34 +0300
commit559f51e29eba41b7a6ab63801bc2196ce9b6335a (patch)
tree5cabb97e156625725f530d58f27babf41f02ea1d /engines/fullpipe/modal.h
parent3b1af18d92ecf7f6cfe5d0eb0aeae1221530942a (diff)
downloadscummvm-rg350-559f51e29eba41b7a6ab63801bc2196ce9b6335a.tar.gz
scummvm-rg350-559f51e29eba41b7a6ab63801bc2196ce9b6335a.tar.bz2
scummvm-rg350-559f51e29eba41b7a6ab63801bc2196ce9b6335a.zip
FULLPIPE: Implement ModalMainMenu::updateVolume()
Diffstat (limited to 'engines/fullpipe/modal.h')
-rw-r--r--engines/fullpipe/modal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/fullpipe/modal.h b/engines/fullpipe/modal.h
index 78ddf71f54..1a14972568 100644
--- a/engines/fullpipe/modal.h
+++ b/engines/fullpipe/modal.h
@@ -27,6 +27,7 @@ namespace Fullpipe {
class PictureObject;
class Picture;
+class Sound;
class BaseModalObject {
public:
@@ -185,6 +186,7 @@ private:
void enableDebugMenu(char c);
int checkHover(Common::Point &point);
void updateVolume();
+ void updateSoundVolume(Sound *snd);
void updateSliderPos();
bool isOverArea(PictureObject *obj, Common::Point *point);
};