aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/sound/sound.h')
-rw-r--r--engines/kyra/sound/sound.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/kyra/sound/sound.h b/engines/kyra/sound/sound.h
index 871263cf65..6c45d8b59b 100644
--- a/engines/kyra/sound/sound.h
+++ b/engines/kyra/sound/sound.h
@@ -161,6 +161,11 @@ public:
virtual void loadSoundFile(Common::String file) = 0;
/**
+ * Unload a specifc sound file that has been loaded before.
+ */
+ virtual void unloadSoundFile(Common::String file) {}
+
+ /**
* Load a sound file for playing sound
* effects from.
*/