aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/sci_graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/engine/sci_graphics.h')
-rw-r--r--engines/sci/engine/sci_graphics.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/sci/engine/sci_graphics.h b/engines/sci/engine/sci_graphics.h
index fde9d97575..89f719d63b 100644
--- a/engines/sci/engine/sci_graphics.h
+++ b/engines/sci/engine/sci_graphics.h
@@ -28,6 +28,8 @@
#ifndef _SCI_GRAPHICS_H_
#define _SCI_GRAPHICS_H_
+namespace Sci {
+
#define MAX_TEXT_WIDTH_MAGIC_VALUE 192
// This is the real width of a text with a specified width of 0
@@ -38,5 +40,6 @@
// Internal states
#define SELECTOR_STATE_DITHER_FRAMED 0x1000
+} // End of namespace Sci
#endif // !_SCI_GRAPHICS_H_