aboutsummaryrefslogtreecommitdiff
path: root/backends/morphos/morphos_sound.h
diff options
context:
space:
mode:
authorRuediger Hanke2003-08-05 18:18:26 +0000
committerRuediger Hanke2003-08-05 18:18:26 +0000
commitc99f6980c70ea60f5aba8f45a0384059f24deabc (patch)
treeacf7f6627184660b3eeb4169e55397423f5e5dac /backends/morphos/morphos_sound.h
parent7ff88ea392f430ccc78fdd0503136d8ed1aac036 (diff)
downloadscummvm-rg350-c99f6980c70ea60f5aba8f45a0384059f24deabc.tar.gz
scummvm-rg350-c99f6980c70ea60f5aba8f45a0384059f24deabc.tar.bz2
scummvm-rg350-c99f6980c70ea60f5aba8f45a0384059f24deabc.zip
Hotfixes ...
svn-id: r9514
Diffstat (limited to 'backends/morphos/morphos_sound.h')
-rw-r--r--backends/morphos/morphos_sound.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/morphos/morphos_sound.h b/backends/morphos/morphos_sound.h
index fac6d15899..f9cd90d2e3 100644
--- a/backends/morphos/morphos_sound.h
+++ b/backends/morphos/morphos_sound.h
@@ -32,6 +32,7 @@ class OSystem_MorphOS;
int morphos_sound_thread(OSystem_MorphOS *syst, ULONG SampleType);
bool init_morphos_music(ULONG MidiUnit, ULONG DevFlags);
void exit_morphos_music();
+bool etude_available();
extern SignalSemaphore ScummMusicThreadRunning;
extern SignalSemaphore ScummSoundThreadRunning;