aboutsummaryrefslogtreecommitdiff
path: root/gui/module.mk
diff options
context:
space:
mode:
authorMax Horn2005-01-29 16:30:51 +0000
committerMax Horn2005-01-29 16:30:51 +0000
commit04fc9fe6e744663fc9cc27c325be0a282b72ec3c (patch)
treed6cdbf2a44acd093b3ac840f1593a630643d4294 /gui/module.mk
parentb6ea4493357bd0c5bd9527979da0919b9dcda705 (diff)
downloadscummvm-rg350-04fc9fe6e744663fc9cc27c325be0a282b72ec3c.tar.gz
scummvm-rg350-04fc9fe6e744663fc9cc27c325be0a282b72ec3c.tar.bz2
scummvm-rg350-04fc9fe6e744663fc9cc27c325be0a282b72ec3c.zip
Started to merge the text editing code in ListWidget and EditTextWidget
svn-id: r16692
Diffstat (limited to 'gui/module.mk')
-rw-r--r--gui/module.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/module.mk b/gui/module.mk
index 443cb96fef..bda7f5fa8f 100644
--- a/gui/module.mk
+++ b/gui/module.mk
@@ -7,6 +7,7 @@ MODULE_OBJS := \
gui/console.o \
gui/consolefont.o \
gui/dialog.o \
+ gui/editable.o \
gui/EditTextWidget.o \
gui/launcher.o \
gui/ListWidget.o \