aboutsummaryrefslogtreecommitdiff
path: root/graphics/module.mk
diff options
context:
space:
mode:
authorMatthew Hoops2011-05-05 19:26:44 -0400
committerMatthew Hoops2011-05-05 19:26:44 -0400
commit4a3d94a60e74b9f1c2d48d3d739928cf9feef2c7 (patch)
tree73d8732bacdc8fad4be6fbd0a036f533554f1131 /graphics/module.mk
parentf20c8b963a8fae6895067bc0c9dcb02cd1135fd3 (diff)
downloadscummvm-rg350-4a3d94a60e74b9f1c2d48d3d739928cf9feef2c7.tar.gz
scummvm-rg350-4a3d94a60e74b9f1c2d48d3d739928cf9feef2c7.tar.bz2
scummvm-rg350-4a3d94a60e74b9f1c2d48d3d739928cf9feef2c7.zip
GRAPHICS: Add a new MacCursor class for handling CURS/crsr cursors
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 cb3a07e691..59621dc525 100644
--- a/graphics/module.mk
+++ b/graphics/module.mk
@@ -14,6 +14,7 @@ MODULE_OBJS := \
iff.o \
imagedec.o \
jpeg.o \
+ maccursor.o \
pict.o \
png.o \
primitives.o \