aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/end_game_credits.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-08-19 23:41:19 -0400
committerPaul Gilbert2016-08-19 23:41:19 -0400
commit3c2c82fcd593e7b358f359de69070b6dd0e92150 (patch)
tree53251f5642b35626c606633cfe7baa1ce87b1fea /engines/titanic/game/end_game_credits.h
parent449d8a02e05754e889e13ff721ff2c0cb995c486 (diff)
downloadscummvm-rg350-3c2c82fcd593e7b358f359de69070b6dd0e92150.tar.gz
scummvm-rg350-3c2c82fcd593e7b358f359de69070b6dd0e92150.tar.bz2
scummvm-rg350-3c2c82fcd593e7b358f359de69070b6dd0e92150.zip
TITANIC: Implemented more game classes
Diffstat (limited to 'engines/titanic/game/end_game_credits.h')
-rw-r--r--engines/titanic/game/end_game_credits.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/engines/titanic/game/end_game_credits.h b/engines/titanic/game/end_game_credits.h
index 5962950737..13a92423f6 100644
--- a/engines/titanic/game/end_game_credits.h
+++ b/engines/titanic/game/end_game_credits.h
@@ -28,9 +28,14 @@
namespace Titanic {
class CEndGameCredits : public CGameObject {
+ DECLARE_MESSAGE_MAP;
+ bool ActMsg(CActMsg *msg);
+ bool EnterViewMsg(CEnterViewMsg *msg);
+ bool MovieEndMsg(CMovieEndMsg *msg);
+ bool TimerMsg(CTimerMsg *msg);
private:
- int _fieldBC;
- Point _pos1;
+ bool _flag;
+ Point _frameRange;
public:
CLASSDEF;
CEndGameCredits();