diff options
Diffstat (limited to 'engines/sci/include/sci_memory.h')
-rw-r--r-- | engines/sci/include/sci_memory.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sci/include/sci_memory.h b/engines/sci/include/sci_memory.h index 616d6633b0..ff09b4b1b6 100644 --- a/engines/sci/include/sci_memory.h +++ b/engines/sci/include/sci_memory.h @@ -50,6 +50,8 @@ # include <direct.h> // for chdir, rmdir, _gecwd, getcwd, mkdir #endif +namespace Sci { + /********** the memory allocation macros **********/ #ifdef UNCHECKED_MALLOCS @@ -169,4 +171,6 @@ extern void *sci_refcount_memdup(void *data, size_t len); ** The number of references accounted for will be one. */ +} // End of namespace Sci + #endif /* _SCI_MEMORY_H */ |