aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/minigames/geisha/meter.h
diff options
context:
space:
mode:
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. */