aboutsummaryrefslogtreecommitdiff
path: root/graphics/module.mk
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-10 21:49:42 -0500
committerPaul Gilbert2016-03-14 20:56:14 -0400
commit433a2daa6a42b4cca3a715d4461a893be17ef61a (patch)
tree3d25b77546baa5928bad022d6cd4f4fc7706cf98 /graphics/module.mk
parent7105fb23a84f6464149ab031a6eff3ce69bffdff (diff)
downloadscummvm-rg350-433a2daa6a42b4cca3a715d4461a893be17ef61a.tar.gz
scummvm-rg350-433a2daa6a42b4cca3a715d4461a893be17ef61a.tar.bz2
scummvm-rg350-433a2daa6a42b4cca3a715d4461a893be17ef61a.zip
GRAPHICS: Added ManagedSurface and Screen classes
Diffstat (limited to 'graphics/module.mk')
-rw-r--r--graphics/module.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/module.mk b/graphics/module.mk
index b6919cf1ab..90f6a3199c 100644
--- a/graphics/module.mk
+++ b/graphics/module.mk
@@ -12,10 +12,12 @@ MODULE_OBJS := \
fonts/ttf.o \
fonts/winfont.o \
maccursor.o \
+ managed_surface.o \
pixelformat.o \
primitives.o \
scaler.o \
scaler/thumbnail_intern.o \
+ screen.o \
sjis.o \
surface.o \
transform_struct.o \