aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/module.mk
diff options
context:
space:
mode:
authorDavid Turner2010-11-07 17:18:59 +0000
committerDavid Turner2010-11-07 17:18:59 +0000
commit279a760c5a833b51de3217f8eadda7cf57596532 (patch)
treeaa1f488f57d9b46c75df158443612be6f52b49db /engines/toon/module.mk
parentf9d311d1efed7b459f74d6e2ed2abf9c48ea36ba (diff)
downloadscummvm-rg350-279a760c5a833b51de3217f8eadda7cf57596532.tar.gz
scummvm-rg350-279a760c5a833b51de3217f8eadda7cf57596532.tar.bz2
scummvm-rg350-279a760c5a833b51de3217f8eadda7cf57596532.zip
TOON: Added basic debugging console to engine
Since Toon uses Debug Channels, this allows for the interactive setting of debugflags as well as providing a base for adding further debugging commands. However, the hotkey for this is currently disabled as it causes a segfault. Not sure why. svn-id: r54123
Diffstat (limited to 'engines/toon/module.mk')
-rw-r--r--engines/toon/module.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/toon/module.mk b/engines/toon/module.mk
index 403408e497..7796203d00 100644
--- a/engines/toon/module.mk
+++ b/engines/toon/module.mk
@@ -4,6 +4,7 @@ MODULE_OBJS := \
anim.o \
audio.o \
character.o \
+ console.o \
conversation.o \
detection.o \
drew.o \