aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/module.mk
diff options
context:
space:
mode:
authorJohannes Schickel2008-03-28 06:03:59 +0000
committerJohannes Schickel2008-03-28 06:03:59 +0000
commite29b4bb0cd4b4c71a3a53646b0eb728e7f156063 (patch)
tree5322a4a5791066416b84d72bc5c26a8dc01c8732 /engines/kyra/module.mk
parentdc1a7004e949a5c1b8936f73387905e0f96f7e5c (diff)
downloadscummvm-rg350-e29b4bb0cd4b4c71a3a53646b0eb728e7f156063.tar.gz
scummvm-rg350-e29b4bb0cd4b4c71a3a53646b0eb728e7f156063.tar.bz2
scummvm-rg350-e29b4bb0cd4b4c71a3a53646b0eb728e7f156063.zip
Committed shared pointer implementation of patch #1895703 "COMMON: Managed List".
Unlike the patch on the tracker this commit includes documentation for SharedPtr. svn-id: r31287
Diffstat (limited to 'engines/kyra/module.mk')
-rw-r--r--engines/kyra/module.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/kyra/module.mk b/engines/kyra/module.mk
index 866cb61280..ce7b5ccd0a 100644
--- a/engines/kyra/module.mk
+++ b/engines/kyra/module.mk
@@ -5,6 +5,7 @@ MODULE_OBJS := \
animator_v2.o \
debugger.o \
detection.o \
+ gui.o \
gui_v1.o \
gui_v2.o \
items_v1.o \