aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/carry/sweets.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/carry/sweets.h')
-rw-r--r--engines/titanic/carry/sweets.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/titanic/carry/sweets.h b/engines/titanic/carry/sweets.h
index a18a1fbeeb..7fc0787f76 100644
--- a/engines/titanic/carry/sweets.h
+++ b/engines/titanic/carry/sweets.h
@@ -24,10 +24,13 @@
#define TITANIC_SWEETS_H
#include "titanic/carry/carry.h"
+#include "titanic/messages/mouse_messages.h"
namespace Titanic {
class CSweets : public CCarry {
+ DECLARE_MESSAGE_MAP
+ bool MouseButtonUpMsg(CMouseButtonUpMsg *msg);
public:
CLASSDEF
CSweets();