From 282ed45c77e81f1a5d2f0663c516d455dd7a8032 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 21 Apr 2016 22:45:37 -0400 Subject: TITANIC: Beginnings of CPetSound --- engines/titanic/pet_control/pet_slider.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'engines/titanic/pet_control/pet_slider.h') 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() {} -- cgit v1.2.3