aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi/sound.h')
-rw-r--r--engines/agi/sound.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/agi/sound.h b/engines/agi/sound.h
index 90420ac673..8af71161d4 100644
--- a/engines/agi/sound.h
+++ b/engines/agi/sound.h
@@ -146,6 +146,10 @@ public:
void play_agi_sound();
uint32 mix_sound();
int load_instruments(char *fname);
+#ifdef USE_IIGS_SOUND
+ void play_midi_sound();
+ void play_sample_sound();
+#endif
};
} // End of namespace Agi