aboutsummaryrefslogtreecommitdiff
path: root/simon/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'simon/sound.h')
-rw-r--r--simon/sound.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/simon/sound.h b/simon/sound.h
index 8a510a4e66..d3eb7ab325 100644
--- a/simon/sound.h
+++ b/simon/sound.h
@@ -50,7 +50,8 @@ public:
uint _ambient_playing;
SimonSound(const byte game, const GameSpecificSettings *gss, const char *gameDataPath, SoundMixer *mixer);
-
+ ~SimonSound();
+
void readSfxFile(const char *filename, const char *gameDataPath);
void loadSfxTable(File *gameFile, uint32 base);