From 41a3c83bc6444550c9e4ea1a5918450403e0e5ee Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 22 Jul 2016 12:44:14 -0400 Subject: TITANIC: Fleshing out PET RealLife Load functionality --- engines/titanic/pet_control/pet_load.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/titanic/pet_control/pet_load.h') diff --git a/engines/titanic/pet_control/pet_load.h b/engines/titanic/pet_control/pet_load.h index f87cd8afb2..ad0b026818 100644 --- a/engines/titanic/pet_control/pet_load.h +++ b/engines/titanic/pet_control/pet_load.h @@ -34,6 +34,11 @@ public: */ virtual bool reset(); + /** + * Handles mouse button up messages + */ + virtual bool MouseButtonUpMsg(const Point &pt); + /** * Highlight any currently highlighted element */ -- cgit v1.2.3