aboutsummaryrefslogtreecommitdiff
path: root/sky/debug.cpp
diff options
context:
space:
mode:
authorMax Horn2004-01-03 01:58:58 +0000
committerMax Horn2004-01-03 01:58:58 +0000
commitb0e23e35ee7f0b7c080e821fd521e007dcd80a18 (patch)
treedc2a992ac09753f78be1b12ce30a48aa5aa75b69 /sky/debug.cpp
parentb1d729d6dd23c093b18d9093a195a399d44d69ce (diff)
downloadscummvm-rg350-b0e23e35ee7f0b7c080e821fd521e007dcd80a18.tar.gz
scummvm-rg350-b0e23e35ee7f0b7c080e821fd521e007dcd80a18.tar.bz2
scummvm-rg350-b0e23e35ee7f0b7c080e821fd521e007dcd80a18.zip
Introduce namespace 'Sky'
svn-id: r12099
Diffstat (limited to 'sky/debug.cpp')
-rw-r--r--sky/debug.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/sky/debug.cpp b/sky/debug.cpp
index 65015ee264..60ecfd8fdb 100644
--- a/sky/debug.cpp
+++ b/sky/debug.cpp
@@ -23,6 +23,8 @@
#include "common/util.h"
#include "sky/debug.h"
+namespace Sky {
+
static const char *section_0_compacts[] = {
"UNDEFINED",
"joey",
@@ -1263,3 +1265,4 @@ void SkyDebug::mcode(uint32 mcode, uint32 a, uint32 b, uint32 c) {
debug(6, "MCODE: %s(%d, %d, %d)", mcodes[mcode], a, b, c);
}
+} // End of namespace Sky