aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/include/gfx_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/include/gfx_options.h')
-rw-r--r--engines/sci/include/gfx_options.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/sci/include/gfx_options.h b/engines/sci/include/gfx_options.h
index 033613a82c..c2586b0566 100644
--- a/engines/sci/include/gfx_options.h
+++ b/engines/sci/include/gfx_options.h
@@ -31,6 +31,8 @@
#include "sci/include/gfx_tools.h"
#include "sci/include/gfx_res_options.h"
+namespace Sci {
+
/* Dirty rectangle heuristics: */
/* One: Redraw one rectangle surrounding the dirty area (insert is O(1)) */
@@ -79,6 +81,7 @@ typedef struct _gfx_options {
/* SQ3 counts whitespaces towards the total text size, as does gfxop_get_text_params() if this is set: */
#define GFX_WORKAROUND_WHITESPACE_COUNT (1<<0)
+} // End of namespace Sci
#endif /* !_GFX_OPTIONS_H_ */