aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_frame.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-31 22:31:13 -0400
committerPaul Gilbert2016-03-31 22:31:13 -0400
commit5923ee5001af91d1ca9294b1fead56ec04ece7df (patch)
tree1b8de45ef0c15ed0e12019f4add3e686a530ef74 /engines/titanic/pet_control/pet_frame.h
parent7d819f71f7d9fdd794b12ac55bd2177f12069c1b (diff)
downloadscummvm-rg350-5923ee5001af91d1ca9294b1fead56ec04ece7df.tar.gz
scummvm-rg350-5923ee5001af91d1ca9294b1fead56ec04ece7df.tar.bz2
scummvm-rg350-5923ee5001af91d1ca9294b1fead56ec04ece7df.zip
TITANIC: Implement CPetFrame::setArea
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);