aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/include/sfx_songlib.h
diff options
context:
space:
mode:
authorOystein Eftevaag2009-02-21 10:23:36 +0000
committerOystein Eftevaag2009-02-21 10:23:36 +0000
commit25f7c371718f74eb26fed5bd66a803f220c89c3b (patch)
treee78250ba07d5d28ffecf1621421ab33061edf1e4 /engines/sci/include/sfx_songlib.h
parent44ea7966108cf56df4a4eb3fd0b2b7df31d937e1 (diff)
downloadscummvm-rg350-25f7c371718f74eb26fed5bd66a803f220c89c3b.tar.gz
scummvm-rg350-25f7c371718f74eb26fed5bd66a803f220c89c3b.tar.bz2
scummvm-rg350-25f7c371718f74eb26fed5bd66a803f220c89c3b.zip
Wrapped the SCI engine in the Sci namespace.
svn-id: r38676
Diffstat (limited to 'engines/sci/include/sfx_songlib.h')
-rw-r--r--engines/sci/include/sfx_songlib.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sci/include/sfx_songlib.h b/engines/sci/include/sfx_songlib.h
index 3bc149bddc..09dbc631e3 100644
--- a/engines/sci/include/sfx_songlib.h
+++ b/engines/sci/include/sfx_songlib.h
@@ -34,6 +34,8 @@
#include "sci/include/scitypes.h"
#include "sci/include/sfx_iterator.h"
+namespace Sci {
+
#define SOUND_STATUS_STOPPED 0
#define SOUND_STATUS_PLAYING 1
#define SOUND_STATUS_SUSPENDED 2
@@ -197,4 +199,6 @@ song_lib_set_restore_behavior(songlib_t songlib, song_handle_t handle,
** (RESTORE_BEHAVIOR) action: The desired action
*/
+} // End of namespace Sci
+
#endif /* !_SCI_SOUND_SERVER_H_ */