summaryrefslogtreecommitdiff
path: root/src/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound.h')
-rw-r--r--src/sound.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sound.h b/src/sound.h
index 36185f01..4379754f 100644
--- a/src/sound.h
+++ b/src/sound.h
@@ -116,4 +116,6 @@ class Sound {
Mix_Music *music;
};
+extern Sound sound;
+
#endif