aboutsummaryrefslogtreecommitdiff
path: root/simon/sound.cpp
diff options
context:
space:
mode:
authorMax Horn2003-10-03 19:42:27 +0000
committerMax Horn2003-10-03 19:42:27 +0000
commita4b72c9d6e02470551f71276e5d46bd3dbc921f7 (patch)
tree5371ad9bf8a999aa246d9f086cd3197561b7895d /simon/sound.cpp
parent5fa23e5fee79e2ce99cdda3d890574c969f10f58 (diff)
downloadscummvm-rg350-a4b72c9d6e02470551f71276e5d46bd3dbc921f7.tar.gz
scummvm-rg350-a4b72c9d6e02470551f71276e5d46bd3dbc921f7.tar.bz2
scummvm-rg350-a4b72c9d6e02470551f71276e5d46bd3dbc921f7.zip
Simon namespace
svn-id: r10574
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