aboutsummaryrefslogtreecommitdiff
path: root/simon/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'simon/sound.cpp')
-rw-r--r--simon/sound.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/simon/sound.cpp b/simon/sound.cpp
index 5c559a8160..7ded523a17 100644
--- a/simon/sound.cpp
+++ b/simon/sound.cpp
@@ -23,6 +23,8 @@
#include "simon/sound.h"
#include "sound/voc.h"
+namespace Simon {
+
#define SOUND_BIG_ENDIAN true
class BaseSound {
@@ -482,3 +484,5 @@ void SimonSound::ambientPause(bool b) {
playAmbient(tmp);
}
}
+
+} // End of namespace Simon