aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/bar_bell.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-08-12 23:53:18 -0400
committerPaul Gilbert2016-08-12 23:53:18 -0400
commit6a9923ec07d019cbbf8c35e36030391dac256e79 (patch)
tree0779d0d2489a9f6fda7f9c3e17484213d53d752e /engines/titanic/game/bar_bell.h
parent4f8c31ecf7c8ac71e1be65771ce508fb11c62749 (diff)
downloadscummvm-rg350-6a9923ec07d019cbbf8c35e36030391dac256e79.tar.gz
scummvm-rg350-6a9923ec07d019cbbf8c35e36030391dac256e79.tar.bz2
scummvm-rg350-6a9923ec07d019cbbf8c35e36030391dac256e79.zip
TITANIC: Implemented some game object classes
Diffstat (limited to 'engines/titanic/game/bar_bell.h')
-rw-r--r--engines/titanic/game/bar_bell.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/engines/titanic/game/bar_bell.h b/engines/titanic/game/bar_bell.h
index 5d1d2c54e0..b50fe505ba 100644
--- a/engines/titanic/game/bar_bell.h
+++ b/engines/titanic/game/bar_bell.h
@@ -29,11 +29,15 @@
namespace Titanic {
class CBarBell : public CGameObject {
+ DECLARE_MESSAGE_MAP;
bool EnterRoomMsg(CEnterRoomMsg *msg);
+ bool MouseButtonDownMsg(CMouseButtonDownMsg *msg);
+ bool MouseButtonUpMsg(CMouseButtonUpMsg *msg);
+ bool ActMsg(CActMsg *msg);
public:
int _fieldBC;
- int _fieldC0;
- int _fieldC4;
+ int _volume;
+ int _soundVal3;
int _fieldC8;
int _fieldCC;
public: