aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/module.mk
diff options
context:
space:
mode:
authorjohndoe1232014-03-25 19:57:21 +0100
committerEugene Sandulenko2018-07-20 06:43:33 +0000
commite05a7899755011f860f2b09ce6d5b4e0a15107b9 (patch)
treeb16815bcf51d3b776e63563d04f9997cb4a4567f /engines/illusions/module.mk
parent28cb39eb2b48d8c6e80e35ef6e26e02cc209fc0f (diff)
downloadscummvm-rg350-e05a7899755011f860f2b09ce6d5b4e0a15107b9.tar.gz
scummvm-rg350-e05a7899755011f860f2b09ce6d5b4e0a15107b9.tar.bz2
scummvm-rg350-e05a7899755011f860f2b09ce6d5b4e0a15107b9.zip
ILLUSIONS: More work on BBDOU specific code (cursor, bubble)
- Add input handling code
Diffstat (limited to 'engines/illusions/module.mk')
-rw-r--r--engines/illusions/module.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/illusions/module.mk b/engines/illusions/module.mk
index 77f089ad03..762bd4c935 100644
--- a/engines/illusions/module.mk
+++ b/engines/illusions/module.mk
@@ -5,6 +5,7 @@ MODULE_OBJS := \
actor.o \
actorresource.o \
backgroundresource.o \
+ bbdou/bbdou_bubble.o \
bbdou/bbdou_cursor.o \
bbdou/bbdou_specialcode.o \
camera.o \