aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/computer_screen.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-11 20:08:49 -0400
committerPaul Gilbert2016-07-10 16:10:56 -0400
commit7ac4f7c3aa26831f771418472472735cf73bade9 (patch)
tree721c918233240d79080585bef0f9862f9e0f8291 /engines/titanic/game/computer_screen.h
parent54b055bcf58e8cbcf472ea6838f3ed7ecf377e37 (diff)
downloadscummvm-rg350-7ac4f7c3aa26831f771418472472735cf73bade9.tar.gz
scummvm-rg350-7ac4f7c3aa26831f771418472472735cf73bade9.tar.bz2
scummvm-rg350-7ac4f7c3aa26831f771418472472735cf73bade9.zip
TITANIC: Implementing CComputerScreen messages
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();