aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-13 22:45:32 -0400
committerPaul Gilbert2016-07-10 16:11:02 -0400
commit18a38c84e9ddeeb063621c290b8be6dce72daaf1 (patch)
tree22ee09d99c0a3634956a01782daf9a0828514e8c /engines/titanic/pet_control/pet_control.h
parentfdbb1868e4838248cc69302046c04700635beb55 (diff)
downloadscummvm-rg350-18a38c84e9ddeeb063621c290b8be6dce72daaf1.tar.gz
scummvm-rg350-18a38c84e9ddeeb063621c290b8be6dce72daaf1.tar.bz2
scummvm-rg350-18a38c84e9ddeeb063621c290b8be6dce72daaf1.zip
TITANIC: Implementing CCarry classes msg handlers
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 f357c29378..401f5de3b9 100644
--- a/engines/titanic/pet_control/pet_control.h
+++ b/engines/titanic/pet_control/pet_control.h
@@ -196,6 +196,11 @@ public:
CGameObject *dragEnd(const Point &pt) const {
return _currentArea == PET_INVENTORY ? _inventory.dragEnd(pt) : nullptr;
}
+
+ /**
+ * Display a message
+ */
+ void displayMessage(const CString &msg);
};
} // End of namespace Titanic