aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/module.mk
diff options
context:
space:
mode:
authorMatthew Hoops2010-11-25 04:49:11 +0000
committerMatthew Hoops2010-11-25 04:49:11 +0000
commit07ea74d37b636f27c4fc0075f35ec4f4ad50501b (patch)
tree086d7f463df9e867e6f2d81d4b97c062a809aee5 /engines/mohawk/module.mk
parent4c733c427862fa45315e56bcba07e03bb3872ed2 (diff)
downloadscummvm-rg350-07ea74d37b636f27c4fc0075f35ec4f4ad50501b.tar.gz
scummvm-rg350-07ea74d37b636f27c4fc0075f35ec4f4ad50501b.tar.bz2
scummvm-rg350-07ea74d37b636f27c4fc0075f35ec4f4ad50501b.zip
MOHAWK: Refactor cursor handling
Cursor handling has now been moved to a new CursorManager class (which is subclassed for Myst/Riven) from the GraphicsManager classes. This will be needed for Living Books which will have a class for Windows and Mac cursors (coming soon!). svn-id: r54469
Diffstat (limited to 'engines/mohawk/module.mk')
-rw-r--r--engines/mohawk/module.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mohawk/module.mk b/engines/mohawk/module.mk
index bb79d4abac..2304121c87 100644
--- a/engines/mohawk/module.mk
+++ b/engines/mohawk/module.mk
@@ -3,6 +3,7 @@ MODULE := engines/mohawk
MODULE_OBJS = \
bitmap.o \
console.o \
+ cursors.o \
detection.o \
dialogs.o \
graphics.o \