aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/include/sfx_pcm.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/include/sfx_pcm.h')
-rw-r--r--engines/sci/include/sfx_pcm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sci/include/sfx_pcm.h b/engines/sci/include/sfx_pcm.h
index f275fd3f03..b1402acc1a 100644
--- a/engines/sci/include/sfx_pcm.h
+++ b/engines/sci/include/sfx_pcm.h
@@ -31,6 +31,8 @@
#include "sci/include/sfx_time.h"
#include "sci/include/scitypes.h"
+namespace Sci {
+
#define SFX_PCM_MONO 0
#define SFX_PCM_STEREO_LR 1 /* left sample, then right sample */
#define SFX_PCM_STEREO_RL 2 /* right sample, then left sample */
@@ -178,4 +180,6 @@ sfx_pcm_available(void);
** Returns : (int) zero iff no PCM device is available
*/
+} // End of namespace Sci
+
#endif /* !defined(_SFX_PCM_H_) */