aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/sci/sound/audio.h4
-rw-r--r--engines/tucker/tucker.h4
2 files changed, 8 insertions, 0 deletions
diff --git a/engines/sci/sound/audio.h b/engines/sci/sound/audio.h
index 0f075f1b0f..1ad9acc58e 100644
--- a/engines/sci/sound/audio.h
+++ b/engines/sci/sound/audio.h
@@ -30,6 +30,10 @@
#include "sci/engine/vm_types.h"
#include "sound/mixer.h"
+namespace Audio {
+class RewindableAudioStream;
+} // End of namespace Audio
+
namespace Sci {
enum AudioCommands {
diff --git a/engines/tucker/tucker.h b/engines/tucker/tucker.h
index a7d7f1cdd4..1932b18174 100644
--- a/engines/tucker/tucker.h
+++ b/engines/tucker/tucker.h
@@ -41,6 +41,10 @@
#include "tucker/console.h"
+namespace Audio {
+class RewindableAudioStream;
+} // End of namespace Audio
+
/**
* This is the namespace of the Tucker engine.
*