aboutsummaryrefslogtreecommitdiff
path: root/sky/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'sky/debug.h')
-rw-r--r--sky/debug.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sky/debug.h b/sky/debug.h
index 8f0de080fe..ad8ac6d014 100644
--- a/sky/debug.h
+++ b/sky/debug.h
@@ -25,6 +25,8 @@
#include "stdafx.h"
#include "common/scummsys.h"
+namespace Sky {
+
class SkyDebug {
public:
static void fetchCompact(uint32 a);
@@ -33,4 +35,6 @@ public:
static void mcode(uint32 mcode, uint32 a, uint32 b, uint32 c);
};
+} // End of namespace Sky
+
#endif