aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/mouse.h
diff options
context:
space:
mode:
authorOri Avtalion2016-04-13 15:23:11 +0300
committerOri Avtalion2016-04-13 15:23:11 +0300
commitcba3909dfd64edb32632582a1f9cf787c249fbf6 (patch)
treeb29cafec925c5876c04ea229fd6b4626debf00b6 /engines/hugo/mouse.h
parent31130f08dc29c472874ca6796a09542d8db08794 (diff)
downloadscummvm-rg350-cba3909dfd64edb32632582a1f9cf787c249fbf6.tar.gz
scummvm-rg350-cba3909dfd64edb32632582a1f9cf787c249fbf6.tar.bz2
scummvm-rg350-cba3909dfd64edb32632582a1f9cf787c249fbf6.zip
HUGO: Reduce header dependencies
Diffstat (limited to 'engines/hugo/mouse.h')
-rw-r--r--engines/hugo/mouse.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/hugo/mouse.h b/engines/hugo/mouse.h
index f9d547ec86..0bfa1b0db4 100644
--- a/engines/hugo/mouse.h
+++ b/engines/hugo/mouse.h
@@ -29,6 +29,13 @@
#ifndef HUGO_MOUSE_H
#define HUGO_MOUSE_H
+
+#include "hugo/game.h"
+
+namespace Common {
+class ReadStream;
+}
+
namespace Hugo {
class MouseHandler {