aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/parrot/parrot_perch_holder.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/parrot/parrot_perch_holder.h')
-rw-r--r--engines/titanic/game/parrot/parrot_perch_holder.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/game/parrot/parrot_perch_holder.h b/engines/titanic/game/parrot/parrot_perch_holder.h
index ff618f09dc..c1fe243476 100644
--- a/engines/titanic/game/parrot/parrot_perch_holder.h
+++ b/engines/titanic/game/parrot/parrot_perch_holder.h
@@ -28,6 +28,11 @@
namespace Titanic {
class CParrotPerchHolder : public CMultiDropTarget {
+ DECLARE_MESSAGE_MAP;
+ bool MouseButtonDownMsg(CMouseButtonDownMsg *msg);
+ bool StatusChangeMsg(CStatusChangeMsg *msg);
+ bool DropObjectMsg(CDropObjectMsg *msg);
+ bool ActMsg(CActMsg *msg);
public:
CLASSDEF;