diff options
Diffstat (limited to 'engines/sci/scicore/vocab_debug.cpp')
-rw-r--r-- | engines/sci/scicore/vocab_debug.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sci/scicore/vocab_debug.cpp b/engines/sci/scicore/vocab_debug.cpp index bccb8fcf72..bd3eb2e312 100644 --- a/engines/sci/scicore/vocab_debug.cpp +++ b/engines/sci/scicore/vocab_debug.cpp @@ -27,6 +27,8 @@ #include "sci/include/engine.h" #include "sci/include/sciresource.h" +namespace Sci { + /* Default kernel name table */ #define SCI0_KNAMES_WELL_DEFINED 0x6e #define SCI0_KNAMES_DEFAULT_ENTRIES_NR 0x72 @@ -418,3 +420,5 @@ void vocabulary_free_knames(char** names) { free(names); } + +} // End of namespace Sci |