aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/include/gfx_res_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/include/gfx_res_options.h')
-rw-r--r--engines/sci/include/gfx_res_options.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sci/include/gfx_res_options.h b/engines/sci/include/gfx_res_options.h
index f22989437d..774243bbaf 100644
--- a/engines/sci/include/gfx_res_options.h
+++ b/engines/sci/include/gfx_res_options.h
@@ -31,6 +31,8 @@
#include "sci/include/gfx_resource.h"
#include "sci/include/gfx_resmgr.h"
+namespace Sci {
+
typedef struct _gfx_res_pattern {
int min, max;
} gfx_res_pattern_t;
@@ -104,4 +106,6 @@ gfx_get_res_config(struct _gfx_options *options,
** not do anything in colour index mode.
*/
+} // End of namespace Sci
+
#endif /* !_GFX_RES_OPTIONS_H_ */