aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_conversations.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-30 19:47:49 -0400
committerPaul Gilbert2016-07-10 16:37:51 -0400
commit2fb692321165ec5831877fcb60408dd45610f7bb (patch)
tree44672f24a09f83083d33de1a8b571f07bfaa5e7e /engines/titanic/pet_control/pet_conversations.h
parent65dbc2a26505e79c51351eda10195e8425460a87 (diff)
downloadscummvm-rg350-2fb692321165ec5831877fcb60408dd45610f7bb.tar.gz
scummvm-rg350-2fb692321165ec5831877fcb60408dd45610f7bb.tar.bz2
scummvm-rg350-2fb692321165ec5831877fcb60408dd45610f7bb.zip
TITANIC: Implement PET Text color remapping
Diffstat (limited to 'engines/titanic/pet_control/pet_conversations.h')
-rw-r--r--engines/titanic/pet_control/pet_conversations.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_conversations.h b/engines/titanic/pet_control/pet_conversations.h
index 1bc59419f1..57c7fbd9b2 100644
--- a/engines/titanic/pet_control/pet_conversations.h
+++ b/engines/titanic/pet_control/pet_conversations.h
@@ -126,6 +126,11 @@ private:
* Returns the name of the currently active NPC, if any
*/
CString getActiveNPCName() const;
+
+ /**
+ * Create a color table
+ */
+ void copyColors(uint tableNum, uint colors[5]);
public:
CPetConversations();
virtual ~CPetConversations() {}