aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/module.mk
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-10 19:46:14 -0400
committerPaul Gilbert2015-06-10 19:46:14 -0400
commit1dda0f6c406524e1b998da27743631d2ba227505 (patch)
tree5f87c83e88b9c4a364008a18d463d9652f11befc /engines/sherlock/module.mk
parentd7544b696c69b43c37b13e663d395f95adb212af (diff)
downloadscummvm-rg350-1dda0f6c406524e1b998da27743631d2ba227505.tar.gz
scummvm-rg350-1dda0f6c406524e1b998da27743631d2ba227505.tar.bz2
scummvm-rg350-1dda0f6c406524e1b998da27743631d2ba227505.zip
SHERLOCK: Split up font handling into a new Fonts surface base class
This will be needed for Rose Tattoo, which needs to be able to write text to arbitrary surfaces
Diffstat (limited to 'engines/sherlock/module.mk')
-rw-r--r--engines/sherlock/module.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sherlock/module.mk b/engines/sherlock/module.mk
index 55c1ea79a6..d97fcdd8a6 100644
--- a/engines/sherlock/module.mk
+++ b/engines/sherlock/module.mk
@@ -25,6 +25,7 @@ MODULE_OBJS = \
debugger.o \
detection.o \
events.o \
+ fonts.o \
inventory.o \
journal.o \
map.o \