aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2/module.mk
diff options
context:
space:
mode:
authoruruk2014-05-19 16:32:53 +0200
committeruruk2014-05-19 16:32:53 +0200
commit57b9a31ac2b027dc4ddf41ad05c85bae808d4537 (patch)
tree8afa0cf989494d19f4c6db1ce479885c90c56098 /engines/cge2/module.mk
parent6bcbe5e8baca1b5607308039d42f20e9a7d03632 (diff)
downloadscummvm-rg350-57b9a31ac2b027dc4ddf41ad05c85bae808d4537.tar.gz
scummvm-rg350-57b9a31ac2b027dc4ddf41ad05c85bae808d4537.tar.bz2
scummvm-rg350-57b9a31ac2b027dc4ddf41ad05c85bae808d4537.zip
CGE2: Add stubbed Font and Talk.
All to further implement caveUp().
Diffstat (limited to 'engines/cge2/module.mk')
-rw-r--r--engines/cge2/module.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/cge2/module.mk b/engines/cge2/module.mk
index 60b7db519c..4347dba315 100644
--- a/engines/cge2/module.mk
+++ b/engines/cge2/module.mk
@@ -11,7 +11,8 @@ MODULE_OBJS = \
text.o \
hero.o \
snail.o \
- spare.o
+ spare.o \
+ talk.o
# This module can be built as a plugin
ifeq ($(ENABLE_CGE2), DYNAMIC_PLUGIN)