aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/module.mk
diff options
context:
space:
mode:
authorMax Horn2009-05-08 16:01:25 +0000
committerMax Horn2009-05-08 16:01:25 +0000
commit527463dea2ee7ad30a030df0598ecf7a44853b57 (patch)
tree3ee0b312c8d1d5c6b366b362c76c7352f94775c3 /engines/sci/module.mk
parente34c6316c67a06d9586e217cdca52d3bc6cc0438 (diff)
downloadscummvm-rg350-527463dea2ee7ad30a030df0598ecf7a44853b57.tar.gz
scummvm-rg350-527463dea2ee7ad30a030df0598ecf7a44853b57.tar.bz2
scummvm-rg350-527463dea2ee7ad30a030df0598ecf7a44853b57.zip
SCI: turn the various gfx filters from #define hacks into template funcs
svn-id: r40386
Diffstat (limited to 'engines/sci/module.mk')
-rw-r--r--engines/sci/module.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/module.mk b/engines/sci/module.mk
index bcbbc46c7d..cff633dbf3 100644
--- a/engines/sci/module.mk
+++ b/engines/sci/module.mk
@@ -37,6 +37,7 @@ MODULE_OBJS = \
gfx/font.o \
gfx/gfx_driver.o \
gfx/gfx_gui.o \
+ gfx/gfx_pixmap_scale.o \
gfx/gfx_res_options.o \
gfx/gfx_resmgr.o \
gfx/gfx_resource.o \