aboutsummaryrefslogtreecommitdiff
path: root/scumm/debugger.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/debugger.h')
-rw-r--r--scumm/debugger.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/scumm/debugger.h b/scumm/debugger.h
index 31c786799b..28902bac94 100644
--- a/scumm/debugger.h
+++ b/scumm/debugger.h
@@ -21,6 +21,8 @@
#ifndef DEBUG_H
#define DEBUG_H
+namespace Scumm {
+
// Choose between text console or ScummConsole
#define USE_CONSOLE 1
@@ -108,4 +110,6 @@ protected:
};
+} // End of namespace Scumm
+
#endif