aboutsummaryrefslogtreecommitdiff
path: root/graphics/module.mk
diff options
context:
space:
mode:
authorEugene Sandulenko2016-05-26 22:36:38 +0200
committerEugene Sandulenko2016-05-26 22:37:42 +0200
commita2174d76c18952d8b513299bf09c8d3453bba67e (patch)
treefc8206f49f42838ba0e16de7f305283cd0a9ec8c /graphics/module.mk
parent9bc6a73686f7880fb9ec51f29d2a9e77d65a7c71 (diff)
downloadscummvm-rg350-a2174d76c18952d8b513299bf09c8d3453bba67e.tar.gz
scummvm-rg350-a2174d76c18952d8b513299bf09c8d3453bba67e.tar.bz2
scummvm-rg350-a2174d76c18952d8b513299bf09c8d3453bba67e.zip
GRAPHICS: Added 9-patch bitmap renderer
Diffstat (limited to 'graphics/module.mk')
-rw-r--r--graphics/module.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/module.mk b/graphics/module.mk
index 90f6a3199c..7331a56c93 100644
--- a/graphics/module.mk
+++ b/graphics/module.mk
@@ -13,6 +13,7 @@ MODULE_OBJS := \
fonts/winfont.o \
maccursor.o \
managed_surface.o \
+ nine_patch.o \
pixelformat.o \
primitives.o \
scaler.o \