aboutsummaryrefslogtreecommitdiff
path: root/scumm/debugger.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/debugger.cpp')
-rw-r--r--scumm/debugger.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/debugger.cpp b/scumm/debugger.cpp
index 3eacb7734f..f7d2de0b2d 100644
--- a/scumm/debugger.cpp
+++ b/scumm/debugger.cpp
@@ -45,6 +45,8 @@ extern void force_keyboard(bool);
extern uint16 _debugLevel;
+namespace Scumm {
+
ScummDebugger::ScummDebugger() {
_s = 0;
_frame_countdown = 0;
@@ -1125,3 +1127,4 @@ bool ScummDebugger::TabComplete(const char *input, char*& completion) {
return true;
}
+} // End of namespace Scumm