From 07ea74d37b636f27c4fc0075f35ec4f4ad50501b Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Thu, 25 Nov 2010 04:49:11 +0000 Subject: 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 --- engines/mohawk/module.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/mohawk/module.mk') 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 \ -- cgit v1.2.3