aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/carry/phonograph_cylinder.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-13 17:37:14 -0400
committerPaul Gilbert2016-07-10 16:11:00 -0400
commit5cd3dd0d69dead3ca795468716353f9d7d4da7a8 (patch)
treea675bef4c0c80c61902d3e8ab21a54aafc0b70b2 /engines/titanic/carry/phonograph_cylinder.h
parentc096bfa5d89f43e68fffbe390e73bad08e4f1745 (diff)
downloadscummvm-rg350-5cd3dd0d69dead3ca795468716353f9d7d4da7a8.tar.gz
scummvm-rg350-5cd3dd0d69dead3ca795468716353f9d7d4da7a8.tar.bz2
scummvm-rg350-5cd3dd0d69dead3ca795468716353f9d7d4da7a8.zip
TITANIC: Adding CCarry descendent msg handlers
Diffstat (limited to 'engines/titanic/carry/phonograph_cylinder.h')
-rw-r--r--engines/titanic/carry/phonograph_cylinder.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/titanic/carry/phonograph_cylinder.h b/engines/titanic/carry/phonograph_cylinder.h
index 271ede54b0..08db4b214a 100644
--- a/engines/titanic/carry/phonograph_cylinder.h
+++ b/engines/titanic/carry/phonograph_cylinder.h
@@ -28,6 +28,12 @@
namespace Titanic {
class CPhonographCylinder : public CCarry {
+ DECLARE_MESSAGE_MAP
+ bool UseWithOtherMsg(CUseWithOtherMsg *msg);
+ bool QueryCylinderMsg(CQueryCylinderMsg *msg);
+ bool RecordOntoCylinderMsg(CRecordOntoCylinderMsg *msg);
+ bool SetMusicControlsMsg(CSetMusicControlsMsg *msg);
+ bool ErasePhonographCylinderMsg(CErasePhonographCylinderMsg *msg);
private:
CString _string6;
int _field138;