aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/bar_menu_button.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-08-14 15:52:03 -0400
committerPaul Gilbert2016-08-14 15:52:03 -0400
commit8ea436686dc0bd1726831f1648778903896b26c7 (patch)
tree79bcf7b1165faa25e3b374d78ba7363200da73c6 /engines/titanic/game/bar_menu_button.h
parentb670c02835f52673064cce9b025a353ca8fe82ce (diff)
downloadscummvm-rg350-8ea436686dc0bd1726831f1648778903896b26c7.tar.gz
scummvm-rg350-8ea436686dc0bd1726831f1648778903896b26c7.tar.bz2
scummvm-rg350-8ea436686dc0bd1726831f1648778903896b26c7.zip
TITANIC: Implemented CBarMenu and CBarMenuButton classes
Diffstat (limited to 'engines/titanic/game/bar_menu_button.h')
-rw-r--r--engines/titanic/game/bar_menu_button.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/titanic/game/bar_menu_button.h b/engines/titanic/game/bar_menu_button.h
index c666df413b..300435c209 100644
--- a/engines/titanic/game/bar_menu_button.h
+++ b/engines/titanic/game/bar_menu_button.h
@@ -28,6 +28,9 @@
namespace Titanic {
class CBarMenuButton : public CGameObject {
+ DECLARE_MESSAGE_MAP;
+ bool MouseButtonDownMsg(CMouseButtonDownMsg *msg);
+ bool MouseButtonUpMsg(CMouseButtonUpMsg *msg);
public:
int _value;
public: