summaryrefslogtreecommitdiff
path: root/src/common.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.hpp')
-rw-r--r--src/common.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common.hpp b/src/common.hpp
index df9c8d1..181139f 100644
--- a/src/common.hpp
+++ b/src/common.hpp
@@ -393,6 +393,8 @@ namespace render {
}
namespace audio {
+ void clean_sounds(void);
+
class sound_t {
sf::SoundBuffer buffer;