aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/lol.h
diff options
context:
space:
mode:
authorJohannes Schickel2011-04-28 18:16:01 +0200
committerJohannes Schickel2011-04-28 18:16:01 +0200
commit9fb92f4b7ebbedbe6f853be2b9117714506f23a7 (patch)
tree3c7e547bf724886cef41877cab2c03cd0b018d2f /engines/kyra/lol.h
parent1279264c373ad7f84a1a500ab9514e16847f1812 (diff)
downloadscummvm-rg350-9fb92f4b7ebbedbe6f853be2b9117714506f23a7.tar.gz
scummvm-rg350-9fb92f4b7ebbedbe6f853be2b9117714506f23a7.tar.bz2
scummvm-rg350-9fb92f4b7ebbedbe6f853be2b9117714506f23a7.zip
KYRA: Fix compilation when LoL is disabled.
Diffstat (limited to 'engines/kyra/lol.h')
-rw-r--r--engines/kyra/lol.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/kyra/lol.h b/engines/kyra/lol.h
index d24f3b427f..a3170c2193 100644
--- a/engines/kyra/lol.h
+++ b/engines/kyra/lol.h
@@ -31,12 +31,15 @@
#include "kyra/kyra_v1.h"
#include "kyra/script_tim.h"
#include "kyra/script.h"
-#include "kyra/sound.h"
#include "kyra/gui_lol.h"
#include "kyra/text_lol.h"
#include "common/list.h"
+namespace Audio {
+class SeekableAudioStream;
+} // End of namespace Audio
+
namespace Kyra {
class Screen_LoL;