aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/parser.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/parser.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/parser.h')
-rw-r--r--engines/hugo/parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/hugo/parser.h b/engines/hugo/parser.h
index 5a2ac7d375..dfdd984832 100644
--- a/engines/hugo/parser.h
+++ b/engines/hugo/parser.h
@@ -32,6 +32,7 @@
namespace Common {
struct Event;
+class ReadStream;
}
namespace Hugo {