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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/game/computer_screen.h b/engines/titanic/game/computer_screen.h
index aa47482207..fa02ef5e1a 100644
--- a/engines/titanic/game/computer_screen.h
+++ b/engines/titanic/game/computer_screen.h
@@ -28,6 +28,11 @@
namespace Titanic {
class CComputerScreen : public CGameObject {
+ DECLARE_MESSAGE_MAP
+ bool ActMsg(CActMsg *msg);
+ bool MovieEndMsg(CMovieEndMsg *msg);
+ bool EnterViewMsg(CEnterViewMsg *msg);
+ bool TimerMsg(CTimerMsg *msg);
public:
CLASSDEF
CComputerScreen();