aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/computer_screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/computer_screen.h')
-rw-r--r--engines/titanic/game/computer_screen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/titanic/game/computer_screen.h b/engines/titanic/game/computer_screen.h
index 8fb1dcd4dc..8affef3aed 100644
--- a/engines/titanic/game/computer_screen.h
+++ b/engines/titanic/game/computer_screen.h
@@ -33,6 +33,7 @@ class CComputerScreen : public CGameObject {
bool MovieEndMsg(CMovieEndMsg *msg);
bool EnterViewMsg(CEnterViewMsg *msg);
bool TimerMsg(CTimerMsg *msg);
+ bool MovementMsg(CMovementMsg *msg);
public:
CLASSDEF;
CComputerScreen();