aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/minigames/geisha/meter.h
diff options
context:
space:
mode:
authorSven Hesse2012-01-28 22:55:12 +0100
committerSven Hesse2012-01-28 22:55:12 +0100
commit1eb7c7507bce6bbad0eb8eb2badd6492320a5908 (patch)
tree6466c1e41b81a2e0199482c50440a2d06db782c9 /engines/gob/minigames/geisha/meter.h
parent0627a4244d6af625569df0445108a9c0056ca833 (diff)
downloadscummvm-rg350-1eb7c7507bce6bbad0eb8eb2badd6492320a5908.tar.gz
scummvm-rg350-1eb7c7507bce6bbad0eb8eb2badd6492320a5908.tar.bz2
scummvm-rg350-1eb7c7507bce6bbad0eb8eb2badd6492320a5908.zip
GOB: Minor cleanup
Diffstat (limited to 'engines/gob/minigames/geisha/meter.h')
-rw-r--r--engines/gob/minigames/geisha/meter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/gob/minigames/geisha/meter.h b/engines/gob/minigames/geisha/meter.h
index 398128712a..a9bdb14d0f 100644
--- a/engines/gob/minigames/geisha/meter.h
+++ b/engines/gob/minigames/geisha/meter.h
@@ -50,6 +50,9 @@ public:
/** Set the current value the meter is measuring. */
void setValue(int32 value);
+ /** Set the current value the meter is measuring to the max value. */
+ void setMaxValue();
+
/** Increase the current value the meter is measuring. */
void increase(int32 n = 1);
/** Decrease the current value the meter is measuring. */