aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/adl.h
diff options
context:
space:
mode:
authorWalter van Niftrik2017-01-13 19:59:04 +0100
committerWalter van Niftrik2017-01-14 00:32:38 +0100
commit635bbed7c3f1146bde21af7e1af7783c943192b2 (patch)
treee9817746fd8742806072a7e9c6dca04d3b386b6a /engines/adl/adl.h
parentf3e38cc07b4d512722d5e89a28c3f8b3b650e31a (diff)
downloadscummvm-rg350-635bbed7c3f1146bde21af7e1af7783c943192b2.tar.gz
scummvm-rg350-635bbed7c3f1146bde21af7e1af7783c943192b2.tar.bz2
scummvm-rg350-635bbed7c3f1146bde21af7e1af7783c943192b2.zip
ADL: Add Sound class
Diffstat (limited to 'engines/adl/adl.h')
-rw-r--r--engines/adl/adl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/adl/adl.h b/engines/adl/adl.h
index 62c5ea1b8e..c9b97237c4 100644
--- a/engines/adl/adl.h
+++ b/engines/adl/adl.h
@@ -53,7 +53,6 @@ namespace Adl {
class Console;
class Display;
class GraphicsMan;
-class Speaker;
struct AdlGameDescription;
class ScriptEnv;
@@ -347,7 +346,6 @@ protected:
Display *_display;
GraphicsMan *_graphics;
- Speaker *_speaker;
// Opcodes
typedef Common::Functor1<ScriptEnv &, int> Opcode;