From 4f8c31ecf7c8ac71e1be65771ce508fb11c62749 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 12 Aug 2016 22:43:14 -0400 Subject: TITANIC: Implemented CAnnounce and CActButton classes --- engines/titanic/gfx/act_button.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/titanic/gfx/act_button.h') diff --git a/engines/titanic/gfx/act_button.h b/engines/titanic/gfx/act_button.h index 26e5595411..910ace1d13 100644 --- a/engines/titanic/gfx/act_button.h +++ b/engines/titanic/gfx/act_button.h @@ -28,6 +28,8 @@ namespace Titanic { class CActButton : public CSTButton { + DECLARE_MESSAGE_MAP; + bool MouseButtonUpMsg(CMouseButtonUpMsg *msg); public: CLASSDEF; CActButton(); -- cgit v1.2.3