aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/sound_nosound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/sound_nosound.cpp')
-rw-r--r--engines/sludge/sound_nosound.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/engines/sludge/sound_nosound.cpp b/engines/sludge/sound_nosound.cpp
index 0731d232d2..8f8bb283ea 100644
--- a/engines/sludge/sound_nosound.cpp
+++ b/engines/sludge/sound_nosound.cpp
@@ -19,14 +19,14 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
*/
-#include <stdint.h>
-
#include "allfiles.h"
#include "newfatal.h"
#include "sound.h"
#include "moreio.h"
#include "fileset.h"
+namespace Sludge {
+
bool soundOK = false;
int defVol = 128;
@@ -133,3 +133,5 @@ bool getSoundCacheStack(stackHandler *sH) {
//#pragma unused (sH)
return true;
}
+
+} // End of namespace Sludge