aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/module.mk
diff options
context:
space:
mode:
authorjohndoe1232014-04-11 09:40:54 +0200
committerEugene Sandulenko2018-07-20 06:43:33 +0000
commit2e149cf651ee9344ee96ea904c5dce5a444aeaff (patch)
tree5fb2c760d303a4db0856cbc4de7c94609d8b4238 /engines/illusions/module.mk
parent67366aa04b723fadec300cc6ce1d5c6ee9241af7 (diff)
downloadscummvm-rg350-2e149cf651ee9344ee96ea904c5dce5a444aeaff.tar.gz
scummvm-rg350-2e149cf651ee9344ee96ea904c5dce5a444aeaff.tar.bz2
scummvm-rg350-2e149cf651ee9344ee96ea904c5dce5a444aeaff.zip
ILLUSIONS: More work on Duckman
- Implement Duckman cursor and interaction handling - Add more script opcodes - Add TextDrawer and ScreenText (needs minor refactoring for BBDOU)
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 4341732657..f0688d35ad 100644
--- a/engines/illusions/module.mk
+++ b/engines/illusions/module.mk
@@ -10,6 +10,7 @@ MODULE_OBJS := \
bbdou/bbdou_inventory.o \
bbdou/bbdou_specialcode.o \
camera.o \
+ causethread_duckman.o \
cursor.o \
detection.o \
dictionary.o \
@@ -23,6 +24,7 @@ MODULE_OBJS := \
midiresource.o \
resourcesystem.o \
screen.o \
+ screentext.o \
scriptman.o \
scriptopcodes.o \
scriptopcodes_bbdou.o \
@@ -35,6 +37,7 @@ MODULE_OBJS := \
talkresource.o \
talkthread.o \
talkthread_duckman.o \
+ textdrawer.o \
thread.o \
time.o \
timerthread.o \