aboutsummaryrefslogtreecommitdiff
path: root/scumm/imuse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/imuse.cpp')
-rw-r--r--scumm/imuse.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/imuse.cpp b/scumm/imuse.cpp
index 7f5c282938..223e32ad4f 100644
--- a/scumm/imuse.cpp
+++ b/scumm/imuse.cpp
@@ -34,6 +34,7 @@
#include "sound/mididrv.h"
+namespace Scumm {
////////////////////////////////////////
//
@@ -1782,3 +1783,5 @@ IMuse *IMuse::create(OSystem *syst, SoundMixer *mixer, MidiDriver *midi) {
IMuseInternal *engine = IMuseInternal::create(syst, mixer, midi);
return new IMuse(syst, engine);
}
+
+} // End of namespace Scumm