From 3a20dca0cb487e1c542b75f442eacb33eadd2e26 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 23 Aug 2016 21:46:04 -0400 Subject: TITANIC: Implemented more game classes --- engines/titanic/core/game_object.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'engines/titanic/core') diff --git a/engines/titanic/core/game_object.h b/engines/titanic/core/game_object.h index cb6a8529fb..cafd96e38e 100644 --- a/engines/titanic/core/game_object.h +++ b/engines/titanic/core/game_object.h @@ -465,11 +465,6 @@ protected: */ CGameObject *findMail(int id) const; - /** - * Remove an object from the mail list - */ - void removeMail(int id, int v); - /** * Resets the Mail Man value */ @@ -703,11 +698,6 @@ public: */ int getPriorClass() const; - /** - * Adds an object to the mail list - */ - void addMail(int mailId); - /** * Sets the mail identifier for an object */ @@ -773,6 +763,16 @@ public: */ CString getRoomNodeName() const; + /** + * Adds an object to the mail list + */ + void addMail(int mailId); + + /** + * Remove an object from the mail list + */ + void removeMail(int id, int v); + /** * Return the full Id of the current view in a * room.node.view tuplet form -- cgit v1.2.3