aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/npcs/robot_controller.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-08-13 09:52:44 -0400
committerPaul Gilbert2016-08-13 09:52:44 -0400
commit5c64e27692f041c231e08575d03642b4873c887e (patch)
tree5d099f3b09304c9dea7aa37f5b5f47292dd8eb8b /engines/titanic/npcs/robot_controller.h
parentc270b30a7937186fecd016b9a74421d633dd90c0 (diff)
downloadscummvm-rg350-5c64e27692f041c231e08575d03642b4873c887e.tar.gz
scummvm-rg350-5c64e27692f041c231e08575d03642b4873c887e.tar.bz2
scummvm-rg350-5c64e27692f041c231e08575d03642b4873c887e.zip
TITANIC: Implemented several NPC related game classes
Diffstat (limited to 'engines/titanic/npcs/robot_controller.h')
-rw-r--r--engines/titanic/npcs/robot_controller.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/titanic/npcs/robot_controller.h b/engines/titanic/npcs/robot_controller.h
index 6cbf57aef2..326c2280dd 100644
--- a/engines/titanic/npcs/robot_controller.h
+++ b/engines/titanic/npcs/robot_controller.h
@@ -28,8 +28,11 @@
namespace Titanic {
class CRobotController : public CGameObject {
+ DECLARE_MESSAGE_MAP;
+ bool SummonBotMsg(CSummonBotMsg *msg);
+ bool SummonBotQueryMsg(CSummonBotQueryMsg *msg);
protected:
- CString _string1;
+ CString _robotName;
public:
CLASSDEF;
CRobotController();