aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/pet/pet_pellerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/pet/pet_pellerator.h')
-rw-r--r--engines/titanic/game/pet/pet_pellerator.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/titanic/game/pet/pet_pellerator.h b/engines/titanic/game/pet/pet_pellerator.h
index 9b90c9af28..51af6f1bcd 100644
--- a/engines/titanic/game/pet/pet_pellerator.h
+++ b/engines/titanic/game/pet/pet_pellerator.h
@@ -24,10 +24,13 @@
#define TITANIC_PET_PELLERATOR_H
#include "titanic/game/pet/pet_transport.h"
+#include "titanic/messages/pet_messages.h"
namespace Titanic {
class CPETPellerator : public CPETTransport {
+ DECLARE_MESSAGE_MAP;
+ bool PETActivateMsg(CPETActivateMsg *msg);
public:
CLASSDEF;