aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_slider.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/pet_control/pet_slider.h')
-rw-r--r--engines/titanic/pet_control/pet_slider.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_slider.h b/engines/titanic/pet_control/pet_slider.h
index acad55c4ae..b3ba60fd41 100644
--- a/engines/titanic/pet_control/pet_slider.h
+++ b/engines/titanic/pet_control/pet_slider.h
@@ -24,6 +24,7 @@
#define TITANIC_PET_SLIDER_H
#include "titanic/support/rect.h"
+#include "titanic/support/string.h"
namespace Titanic {
@@ -46,7 +47,12 @@ public:
virtual void proc1() {}
virtual void proc2() {}
virtual void proc3() {}
- virtual void proc4() {}
+
+ /**
+ * Reset the slider
+ */
+ virtual void reset(const CString &name) {}
+
virtual void proc5() {}
virtual void proc6() {}