From a4b72c9d6e02470551f71276e5d46bd3dbc921f7 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 3 Oct 2003 19:42:27 +0000 Subject: Simon namespace svn-id: r10574 --- simon/sound.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'simon/sound.cpp') 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 -- cgit v1.2.3