diff options
Diffstat (limited to 'src/sound.h')
-rw-r--r-- | src/sound.h | 2 |
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 |