aboutsummaryrefslogtreecommitdiff
path: root/simon/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'simon/sound.h')
-rw-r--r--simon/sound.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/simon/sound.h b/simon/sound.h
index d3eb7ab325..d6faaff251 100644
--- a/simon/sound.h
+++ b/simon/sound.h
@@ -54,6 +54,7 @@ public:
void readSfxFile(const char *filename, const char *gameDataPath);
void loadSfxTable(File *gameFile, uint32 base);
+ void readVoiceFile(const char *filename, const char *gameDataPath);
void playVoice(uint sound);
void playEffects(uint sound);