From f3420c63721dd6a8d857d9c44f794c83beaa7cf8 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 9 Dec 2009 21:03:22 +0000 Subject: DRACI: Reduce header interdependencies; some cleanup svn-id: r46320 --- engines/draci/mouse.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'engines/draci/mouse.cpp') diff --git a/engines/draci/mouse.cpp b/engines/draci/mouse.cpp index 4d15d2e3f6..15fcc42760 100644 --- a/engines/draci/mouse.cpp +++ b/engines/draci/mouse.cpp @@ -27,6 +27,10 @@ #include "draci/game.h" #include "draci/mouse.h" #include "draci/barchive.h" +#include "draci/screen.h" +#include "draci/sprite.h" + +#include "graphics/cursorman.h" namespace Draci { @@ -123,4 +127,4 @@ void Mouse::loadItemCursor(const GameItem *item, bool highlighted) { sp.getWidth() / 2, sp.getHeight() / 2); } -} +} // End of namespace Draci -- cgit v1.2.3