aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/pet_control/pet_frame.h')
-rw-r--r--engines/titanic/pet_control/pet_frame.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_frame.h b/engines/titanic/pet_control/pet_frame.h
index 2bf9f2ace4..683f629db6 100644
--- a/engines/titanic/pet_control/pet_frame.h
+++ b/engines/titanic/pet_control/pet_frame.h
@@ -77,6 +77,11 @@ public:
void setArea(PetArea newArea);
/**
+ * Reset the currently selected area
+ */
+ void resetArea();
+
+ /**
* Draws the PET frame
*/
void drawFrame(CScreenManager *screenManager);