aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/npcs/deskbot.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-05-28 18:50:54 -0400
committerPaul Gilbert2016-07-15 19:16:36 -0400
commit1f4eca3d061d85cdc11a8e20834c14de082baedc (patch)
tree9c2941371a70de9c5bc9295084c2e93bd50aaddc /engines/titanic/npcs/deskbot.h
parent66a2500928dffba83622d274c37bf26ceda00caf (diff)
downloadscummvm-rg350-1f4eca3d061d85cdc11a8e20834c14de082baedc.tar.gz
scummvm-rg350-1f4eca3d061d85cdc11a8e20834c14de082baedc.tar.bz2
scummvm-rg350-1f4eca3d061d85cdc11a8e20834c14de082baedc.zip
TITANIC: Message handler stubs for CDeskbot
Diffstat (limited to 'engines/titanic/npcs/deskbot.h')
-rw-r--r--engines/titanic/npcs/deskbot.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/engines/titanic/npcs/deskbot.h b/engines/titanic/npcs/deskbot.h
index 50c3e3fb46..2711e9cc43 100644
--- a/engines/titanic/npcs/deskbot.h
+++ b/engines/titanic/npcs/deskbot.h
@@ -28,6 +28,18 @@
namespace Titanic {
class CDeskbot : public CTrueTalkNPC {
+ DECLARE_MESSAGE_MAP
+ bool TurnOn(CTurnOn *msg);
+ bool EnterViewMsg(CEnterViewMsg *msg);
+ bool ActMsg(CActMsg *msg);
+ bool MovieEndMsg(CMovieEndMsg *msg);
+ bool LeaveViewMsg(CLeaveViewMsg *msg);
+ bool TrueTalkTriggerActionMsg(CTrueTalkTriggerActionMsg *msg);
+ bool NPCPlayTalkingAnimationMsg(CNPCPlayTalkingAnimationMsg *msg);
+ bool NPCPlayIdleAnimationMsg(CNPCPlayIdleAnimationMsg *msg);
+ bool TrueTalkNotifySpeechStartedMsg(CTrueTalkNotifySpeechStartedMsg *msg);
+ bool TrueTalkNotifySpeechEndedMsg(CTrueTalkNotifySpeechEndedMsg *msg);
+ bool TurnOff(CTurnOff *msg);
private:
static int _v1;
static int _v2;