aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/adl.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/adl/adl.h')
-rw-r--r--engines/adl/adl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/adl/adl.h b/engines/adl/adl.h
index c9b97237c4..8883416fd3 100644
--- a/engines/adl/adl.h
+++ b/engines/adl/adl.h
@@ -39,6 +39,7 @@
#include "adl/console.h"
#include "adl/disk.h"
+#include "adl/sound.h"
namespace Common {
class ReadStream;
@@ -311,6 +312,7 @@ protected:
// Sound
void bell(uint count = 1) const;
+ void playTones(const Tones &tones, bool isMusic) const;
// Game state functions
const Region &getRegion(uint i) const;