aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/npcs/bellbot.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-08-13 18:29:12 -0400
committerPaul Gilbert2016-08-13 18:29:12 -0400
commite5c100cf9c02c62d64f1d7bb257b03e5e5ec58fe (patch)
treed42bc006a01e5aa50b2b8e409cf3f28650db5cb0 /engines/titanic/npcs/bellbot.h
parent97b3437f499db5e50aa97d3085c26b1c98ea9d5f (diff)
downloadscummvm-rg350-e5c100cf9c02c62d64f1d7bb257b03e5e5ec58fe.tar.gz
scummvm-rg350-e5c100cf9c02c62d64f1d7bb257b03e5e5ec58fe.tar.bz2
scummvm-rg350-e5c100cf9c02c62d64f1d7bb257b03e5e5ec58fe.zip
TITANIC: Implemented CBellBot class
Diffstat (limited to 'engines/titanic/npcs/bellbot.h')
-rw-r--r--engines/titanic/npcs/bellbot.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/engines/titanic/npcs/bellbot.h b/engines/titanic/npcs/bellbot.h
index 93c4a2857d..c246901cfe 100644
--- a/engines/titanic/npcs/bellbot.h
+++ b/engines/titanic/npcs/bellbot.h
@@ -28,6 +28,20 @@
namespace Titanic {
class CBellBot : public CTrueTalkNPC {
+ DECLARE_MESSAGE_MAP;
+ bool OnSummonBotMsg(COnSummonBotMsg *msg);
+ bool LeaveViewMsg(CLeaveViewMsg *msg);
+ bool MovieEndMsg(CMovieEndMsg *msg);
+ bool Use(CUse *msg);
+ bool DismissBotMsg(CDismissBotMsg *msg);
+ bool TrueTalkTriggerActionMsg(CTrueTalkTriggerActionMsg *msg);
+ bool MovieFrameMsg(CMovieFrameMsg *msg);
+ bool PutBotBackInHisBoxMsg(CPutBotBackInHisBoxMsg *msg);
+ bool NPCPlayIdleAnimationMsg(CNPCPlayIdleAnimationMsg *msg);
+ bool NPCPlayTalkingAnimationMsg(CNPCPlayTalkingAnimationMsg *msg);
+ bool TimerMsg(CTimerMsg *msg);
+ bool TrueTalkGetStateValueMsg(CTrueTalkGetStateValueMsg *msg);
+ bool TrueTalkNotifySpeechEndedMsg(CTrueTalkNotifySpeechEndedMsg *msg);
private:
int _field108;
public: