aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/sfx_player.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/sfx_player.cpp')
-rw-r--r--engines/cine/sfx_player.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/cine/sfx_player.cpp b/engines/cine/sfx_player.cpp
index 45dcfa9c18..5536d78291 100644
--- a/engines/cine/sfx_player.cpp
+++ b/engines/cine/sfx_player.cpp
@@ -28,6 +28,8 @@
#include "cine/cine.h"
+namespace Cine {
+
uint16 snd_eventsDelay;
int snd_songIsPlaying = 0;
uint8 snd_nullInstrument[] = { 0, 0 };
@@ -265,3 +267,5 @@ void snd_handlePattern(int channelNum, const uint8 *patternData) {
}
}
}
+
+} // End of namespace Cine