aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/module.mk
diff options
context:
space:
mode:
authorjohndoe1232014-03-24 11:21:44 +0100
committerEugene Sandulenko2018-07-20 06:43:33 +0000
commit28cb39eb2b48d8c6e80e35ef6e26e02cc209fc0f (patch)
tree4c41f02644815113d5f15de74b7964c28d29d49b /engines/illusions/module.mk
parenta6a4a3dc1cb346afc1f7b0491158d8b00ac063c5 (diff)
downloadscummvm-rg350-28cb39eb2b48d8c6e80e35ef6e26e02cc209fc0f.tar.gz
scummvm-rg350-28cb39eb2b48d8c6e80e35ef6e26e02cc209fc0f.tar.bz2
scummvm-rg350-28cb39eb2b48d8c6e80e35ef6e26e02cc209fc0f.zip
ILLUSIONS: Start with BBDOU special code
Diffstat (limited to 'engines/illusions/module.mk')
-rw-r--r--engines/illusions/module.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/illusions/module.mk b/engines/illusions/module.mk
index 49a6e2a1a0..77f089ad03 100644
--- a/engines/illusions/module.mk
+++ b/engines/illusions/module.mk
@@ -5,6 +5,8 @@ MODULE_OBJS := \
actor.o \
actorresource.o \
backgroundresource.o \
+ bbdou/bbdou_cursor.o \
+ bbdou/bbdou_specialcode.o \
camera.o \
cursor.o \
detection.o \
@@ -22,6 +24,7 @@ MODULE_OBJS := \
scriptthread.o \
sequenceopcodes.o \
soundresource.o \
+ specialcode.o \
spritedecompressqueue.o \
spritedrawqueue.o \
talkresource.o \