From 25f7c371718f74eb26fed5bd66a803f220c89c3b Mon Sep 17 00:00:00 2001 From: Oystein Eftevaag Date: Sat, 21 Feb 2009 10:23:36 +0000 Subject: Wrapped the SCI engine in the Sci namespace. svn-id: r38676 --- engines/sci/include/sfx_iterator.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/sci/include/sfx_iterator.h') diff --git a/engines/sci/include/sfx_iterator.h b/engines/sci/include/sfx_iterator.h index 6152dc6630..5dbafa8b9a 100644 --- a/engines/sci/include/sfx_iterator.h +++ b/engines/sci/include/sfx_iterator.h @@ -31,6 +31,8 @@ #include "sci/include/sfx_pcm.h" #include "sci/include/listener.h" +namespace Sci { + #define SI_FINISHED -1 /* Song finished playing */ #define SI_LOOP -2 /* Song just looped */ #define SI_ABSOLUTE_CUE -3 /* Found a song cue (absolute) */ @@ -350,4 +352,6 @@ sfx_play_iterator_pcm(song_iterator_t *it, unsigned long handle); ** This assumes that the last call to 'it->next()' returned SI_PCM. */ +} // End of namespace Sci + #endif -- cgit v1.2.3