aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/module.mk
diff options
context:
space:
mode:
authorPaul Gilbert2016-05-17 22:25:59 -0400
committerPaul Gilbert2016-07-15 19:12:50 -0400
commit5b42ae357ebdf5fd2665351a41127fc76167beb5 (patch)
tree85c10634713b603baa8311530655fa08f6eb2d52 /engines/titanic/module.mk
parent5da19b674d3b9d24517a266e369728f3b5c2957a (diff)
downloadscummvm-rg350-5b42ae357ebdf5fd2665351a41127fc76167beb5.tar.gz
scummvm-rg350-5b42ae357ebdf5fd2665351a41127fc76167beb5.tar.bz2
scummvm-rg350-5b42ae357ebdf5fd2665351a41127fc76167beb5.zip
TITANIC: Refactor TTstringNode to have a base TTnode class
Diffstat (limited to 'engines/titanic/module.mk')
-rw-r--r--engines/titanic/module.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/titanic/module.mk b/engines/titanic/module.mk
index 9e10577758..1568eb5a8c 100644
--- a/engines/titanic/module.mk
+++ b/engines/titanic/module.mk
@@ -464,6 +464,7 @@ MODULE_OBJS := \
true_talk/tt_adj.o \
true_talk/tt_hist.o \
true_talk/tt_major_word.o \
+ true_talk/tt_node.o \
true_talk/tt_npc_script.o \
true_talk/tt_parser.o \
true_talk/tt_picture.o \
@@ -472,6 +473,7 @@ MODULE_OBJS := \
true_talk/tt_script_base.o \
true_talk/tt_scripts.o \
true_talk/tt_sentence.o \
+ true_talk/tt_sentence_node.o \
true_talk/tt_string.o \
true_talk/tt_string_node.o \
true_talk/tt_synonym.o \