aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/text_lol.h
diff options
context:
space:
mode:
authorJohannes Schickel2011-04-28 15:39:17 +0200
committerJohannes Schickel2011-04-28 15:39:57 +0200
commit7d03da14cb621f60c610a752b676c9c2b32e00b0 (patch)
tree5dda85ea256ca2850408ab9a4e829f1eb5d8213e /engines/kyra/text_lol.h
parentc6fa23a3d1af0256b43503439abe5c0083c03cfd (diff)
downloadscummvm-rg350-7d03da14cb621f60c610a752b676c9c2b32e00b0.tar.gz
scummvm-rg350-7d03da14cb621f60c610a752b676c9c2b32e00b0.tar.bz2
scummvm-rg350-7d03da14cb621f60c610a752b676c9c2b32e00b0.zip
KYRA: Clean up of header includes.
Diffstat (limited to 'engines/kyra/text_lol.h')
-rw-r--r--engines/kyra/text_lol.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/kyra/text_lol.h b/engines/kyra/text_lol.h
index 1e5bc8884e..edac131106 100644
--- a/engines/kyra/text_lol.h
+++ b/engines/kyra/text_lol.h
@@ -28,9 +28,11 @@
#ifndef KYRA_TEXT_LOL_H
#define KYRA_TEXT_LOL_H
+#include "common/scummsys.h"
+
namespace Kyra {
-class Screen_v2;
+class Screen_LoL;
class LoLEngine;
struct EMCState;