diff options
Diffstat (limited to 'engines/sci/include/script.h')
-rw-r--r-- | engines/sci/include/script.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sci/include/script.h b/engines/sci/include/script.h index f1886a89e3..ad1e976914 100644 --- a/engines/sci/include/script.h +++ b/engines/sci/include/script.h @@ -28,6 +28,8 @@ #include "sci/include/sciresource.h" +namespace Sci { + /*#define SCRIPT_DEBUG */ #define SCI_SCRIPTS_NR 1000 @@ -216,4 +218,6 @@ script_find_selector(struct _state *s, const char *selector_name); struct _state; void script_free_breakpoints(struct _state *s); +} // End of namespace Sci + #endif |