aboutsummaryrefslogtreecommitdiff
path: root/engines/touche/module.mk
diff options
context:
space:
mode:
authorDavid Turner2010-11-08 03:55:16 +0000
committerDavid Turner2010-11-08 03:55:16 +0000
commitf0fe060cc3a17f6bcb5e9253fbce0605a88cc0c2 (patch)
tree467f7cc62ee91cdf747412778aaaf2a093b57858 /engines/touche/module.mk
parent5d30eeea95be5a295ac17b0736779297606a08a8 (diff)
downloadscummvm-rg350-f0fe060cc3a17f6bcb5e9253fbce0605a88cc0c2.tar.gz
scummvm-rg350-f0fe060cc3a17f6bcb5e9253fbce0605a88cc0c2.tar.bz2
scummvm-rg350-f0fe060cc3a17f6bcb5e9253fbce0605a88cc0c2.zip
TOUCHE: Added basic debugging console to engine
Since TOUCHE uses Debug Channels, this allows for the interactive setting of debugflags as well as providing a base for adding further debugging commands. svn-id: r54137
Diffstat (limited to 'engines/touche/module.mk')
-rw-r--r--engines/touche/module.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/touche/module.mk b/engines/touche/module.mk
index 30965e1155..710b3169de 100644
--- a/engines/touche/module.mk
+++ b/engines/touche/module.mk
@@ -1,6 +1,7 @@
MODULE := engines/touche
MODULE_OBJS := \
+ console.o \
detection.o \
graphics.o \
menu.o \