aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/module.mk
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-07-29 21:35:11 +0200
committerEinar Johan Trøan Sømåen2012-07-29 21:37:24 +0200
commit85ce9340bcb425a6c5e8dbcacff5a7fa2fb4c817 (patch)
treed78a7c5377ef446e87dac092f9d29377c27cc7ff /engines/wintermute/module.mk
parent80a67a70cdaad254185ffd9b2042a710e4a6e338 (diff)
downloadscummvm-rg350-85ce9340bcb425a6c5e8dbcacff5a7fa2fb4c817.tar.gz
scummvm-rg350-85ce9340bcb425a6c5e8dbcacff5a7fa2fb4c817.tar.bz2
scummvm-rg350-85ce9340bcb425a6c5e8dbcacff5a7fa2fb4c817.zip
WINTERMUTE: Separate out SaveGame-code from BaseGame
Diffstat (limited to 'engines/wintermute/module.mk')
-rw-r--r--engines/wintermute/module.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/wintermute/module.mk b/engines/wintermute/module.mk
index 2d253bca84..ee36e4d7a6 100644
--- a/engines/wintermute/module.mk
+++ b/engines/wintermute/module.mk
@@ -84,6 +84,7 @@ MODULE_OBJS := \
base/base_surface_storage.o \
base/base_transition_manager.o \
base/base_viewport.o \
+ base/saveload.o \
detection.o \
graphics/transparent_surface.o \
graphics/tga.o \