aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/sound_bass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/sound_bass.cpp')
-rw-r--r--engines/sludge/sound_bass.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/sludge/sound_bass.cpp b/engines/sludge/sound_bass.cpp
index 65d8c93df9..017796cb4d 100644
--- a/engines/sludge/sound_bass.cpp
+++ b/engines/sludge/sound_bass.cpp
@@ -19,8 +19,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
*/
-#include <stdint.h>
-
#include "allfiles.h"
#include "newfatal.h"
#include "bass.h"
@@ -33,6 +31,8 @@
#define EFFECT_CHANNELS 8
#define TOTAL_CHANNELS 32
+namespace Sludge {
+
bool soundOK = false;
struct soundThing {
@@ -389,3 +389,4 @@ bool getSoundCacheStack(stackHandler *sH) {
return true;
}
+} // End of namespace Sludge