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_core.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/sci/include/sfx_core.h') diff --git a/engines/sci/include/sfx_core.h b/engines/sci/include/sfx_core.h index 3904bfc0e5..7ac02d6cfc 100644 --- a/engines/sci/include/sfx_core.h +++ b/engines/sci/include/sfx_core.h @@ -28,9 +28,13 @@ #include "common/scummsys.h" +namespace Sci { + #define SFX_OK 0 #define SFX_ERROR -1 #define MIDI_CHANNELS 16 +} // End of namespace Sci + #endif /* !defined(_SFX_CORE_H_) */ -- cgit v1.2.3