aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/phonograph.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-08-27 11:15:23 -0400
committerPaul Gilbert2016-08-27 11:15:23 -0400
commit40ec26b3439eb82e5bf8bff82529c16d34a5ed94 (patch)
tree909fae17fbb0068654f3920b004018a7bcc81f71 /engines/titanic/game/phonograph.h
parent795cdb6365bcf01a92950e6fee8632a3a749d165 (diff)
downloadscummvm-rg350-40ec26b3439eb82e5bf8bff82529c16d34a5ed94.tar.gz
scummvm-rg350-40ec26b3439eb82e5bf8bff82529c16d34a5ed94.tar.bz2
scummvm-rg350-40ec26b3439eb82e5bf8bff82529c16d34a5ed94.zip
TITANIC: Implemented phonograph classes
Diffstat (limited to 'engines/titanic/game/phonograph.h')
-rw-r--r--engines/titanic/game/phonograph.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/engines/titanic/game/phonograph.h b/engines/titanic/game/phonograph.h
index 274d4ba367..b13a5ea910 100644
--- a/engines/titanic/game/phonograph.h
+++ b/engines/titanic/game/phonograph.h
@@ -29,10 +29,16 @@
namespace Titanic {
class CPhonograph : public CMusicPlayer {
+ DECLARE_MESSAGE_MAP;
+ bool PhonographPlayMsg(CPhonographPlayMsg *msg);
+ bool PhonographStopMsg(CPhonographStopMsg *msg);
+ bool PhonographRecordMsg(CPhonographRecordMsg *msg);
bool EnterRoomMsg(CEnterRoomMsg *msg);
+ bool LeaveRoomMsg(CLeaveRoomMsg *msg);
+ bool MusicHasStartedMsg(CMusicHasStartedMsg *msg);
protected:
CString _string2;
- int _fieldE0;
+ bool _fieldE0;
int _fieldE4;
int _fieldE8;
int _fieldEC;