aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/sfx_player.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/sfx_player.h')
-rw-r--r--engines/cine/sfx_player.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/cine/sfx_player.h b/engines/cine/sfx_player.h
index 9224774101..eb48f2697d 100644
--- a/engines/cine/sfx_player.h
+++ b/engines/cine/sfx_player.h
@@ -25,6 +25,8 @@
#ifndef CINE_SFXPLAYER_H_
#define CINE_SFXPLAYER_H_
+namespace Cine {
+
typedef struct {
char name[14];
uint32 offset;
@@ -56,4 +58,6 @@ extern void snd_playSong();
extern void snd_handleEvents();
extern void snd_handlePattern(int channelNum, const uint8 *patternData);
+} // End of namespace Cine
+
#endif /* _SFXPLAYER_H_ */