aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/sound.h')
-rw-r--r--engines/hugo/sound.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/hugo/sound.h b/engines/hugo/sound.h
index 49e78a4aeb..e5e9d94ebb 100644
--- a/engines/hugo/sound.h
+++ b/engines/hugo/sound.h
@@ -60,6 +60,7 @@ public:
// MidiDriver interface
int open();
+ bool isOpen() const;
MidiChannel *allocateChannel();
MidiChannel *getPercussionChannel();