aboutsummaryrefslogtreecommitdiff
path: root/sword1/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword1/debug.h')
-rw-r--r--sword1/debug.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sword1/debug.h b/sword1/debug.h
index e1d98aa934..292d6c12d7 100644
--- a/sword1/debug.h
+++ b/sword1/debug.h
@@ -24,7 +24,9 @@
#include "scummsys.h"
-class SwordDebug {
+namespace Sword1 {
+
+class Debug {
public:
static void interpretScript(uint32 id, uint32 level, uint32 script, uint32 pc);
static void callMCode(uint32 mcodeNum, uint32 paramCount, int32 a, int32 b, int32 c, int32 d, int32 e, int32 f);
@@ -33,5 +35,7 @@ private:
static const char _mCodeNames[100][35];
};
+} // End of namespace Sword1
+
#endif // BSDEBUG_H