aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/carry/photograph.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/carry/photograph.h')
-rw-r--r--engines/titanic/carry/photograph.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/titanic/carry/photograph.h b/engines/titanic/carry/photograph.h
index 4141280a6b..b7ce488d09 100644
--- a/engines/titanic/carry/photograph.h
+++ b/engines/titanic/carry/photograph.h
@@ -24,10 +24,18 @@
#define TITANIC_PHOTOGRAPH_H
#include "titanic/carry/carry.h"
+#include "titanic/messages/messages.h"
+#include "titanic/messages/mouse_messages.h"
+#include "titanic/messages/pet_messages.h"
namespace Titanic {
class CPhotograph : public CCarry {
+ DECLARE_MESSAGE_MAP
+ bool MouseDragEndMsg(CMouseDragEndMsg *msg);
+ bool MouseDragStartMsg(CMouseDragStartMsg *msg);
+ bool PETGainedObjectMsg(CPETGainedObjectMsg *msg);
+ bool ActMsg(CActMsg *msg);
private:
static int _v1;
private: