aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/include/kdebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/include/kdebug.h')
-rw-r--r--engines/sci/include/kdebug.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/sci/include/kdebug.h b/engines/sci/include/kdebug.h
index 68a9e51755..92a5511706 100644
--- a/engines/sci/include/kdebug.h
+++ b/engines/sci/include/kdebug.h
@@ -28,6 +28,8 @@
#ifndef _SCI_KDEBUG_H_
#define _SCI_KDEBUG_H_
+namespace Sci {
+
struct _state;
#define SCIk_DEBUG_MODES 17
@@ -93,5 +95,6 @@ extern int sci_debug_flags;
#define _DEBUG_FLAG_LOGGING 1 /* Log each command executed */
#define _DEBUG_FLAG_BREAK_ON_WARNINGS 2 /* Break on warnings */
+} // End of namespace Sci
#endif