aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/pet_control/pet_control.h')
-rw-r--r--engines/titanic/pet_control/pet_control.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_control.h b/engines/titanic/pet_control/pet_control.h
index 1eedc0382f..cf1589ca62 100644
--- a/engines/titanic/pet_control/pet_control.h
+++ b/engines/titanic/pet_control/pet_control.h
@@ -299,6 +299,11 @@ public:
*/
void addRoom(int roomNum);
int roomFn2(int val);
+
+ /**
+ * Resets the dial display to reflect new values
+ */
+ void resetDials(int flag = 1);
};
} // End of namespace Titanic