aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/include/gfx_system.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/include/gfx_system.h')
-rw-r--r--engines/sci/include/gfx_system.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/sci/include/gfx_system.h b/engines/sci/include/gfx_system.h
index 33bfcf64cf..9bd87ce46d 100644
--- a/engines/sci/include/gfx_system.h
+++ b/engines/sci/include/gfx_system.h
@@ -31,6 +31,7 @@
#include "sci/include/sci_memory.h"
#include "sci/include/resource.h"
+namespace Sci {
#define GFX_DEBUG
@@ -400,4 +401,6 @@ typedef enum {
GFX_COLOR_MODE_TRUE = 4 /* True color mode (24 bpp padded to 32 bpp) */
} gfx_color_mode_t;
+} // End of namespace Sci
+
#endif /* !_SCI_GFX_SYSTEM_ */