aboutsummaryrefslogtreecommitdiff
path: root/engines/mutationofjb/module.mk
diff options
context:
space:
mode:
authorĽubomír Remák2018-03-01 23:35:24 +0100
committerEugene Sandulenko2018-08-25 23:12:01 +0200
commitbbd3750aeec2bdb91a8ab31eca8672c34ce61f83 (patch)
tree56412dfa75172d010c6335f6eb69ce45c289ec80 /engines/mutationofjb/module.mk
parent6d926ff55b2fccbf8e96495f88b3d4dda6e906d7 (diff)
downloadscummvm-rg350-bbd3750aeec2bdb91a8ab31eca8672c34ce61f83.tar.gz
scummvm-rg350-bbd3750aeec2bdb91a8ab31eca8672c34ce61f83.tar.bz2
scummvm-rg350-bbd3750aeec2bdb91a8ab31eca8672c34ce61f83.zip
MUTATIONOFJB: Add change scene command, implement listsections and showsection debug console commands.
Diffstat (limited to 'engines/mutationofjb/module.mk')
-rw-r--r--engines/mutationofjb/module.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mutationofjb/module.mk b/engines/mutationofjb/module.mk
index 16a0c3b06f..09f00db9df 100644
--- a/engines/mutationofjb/module.mk
+++ b/engines/mutationofjb/module.mk
@@ -7,6 +7,7 @@ MODULE_OBJS := \
commands/endblockcommand.o \
commands/ifcommand.o \
commands/seqcommand.o \
+ debug.o \
detection.o \
encryptedfile.o \
game.o \