aboutsummaryrefslogtreecommitdiff
path: root/simon/debug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'simon/debug.cpp')
-rw-r--r--simon/debug.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/simon/debug.cpp b/simon/debug.cpp
index 0077b9f7ed..c594b6385b 100644
--- a/simon/debug.cpp
+++ b/simon/debug.cpp
@@ -30,6 +30,8 @@
#include <sys/stat.h>
#endif
+namespace Simon {
+
byte *SimonEngine::dumpOpcode(byte *p) {
byte opcode;
const char *s, *st;
@@ -455,3 +457,4 @@ void SimonEngine::dump_vga_script(byte *ptr, uint res, uint sprite_id) {
dump_vga_script_always(ptr, res, sprite_id);
}
+} // End of namespace Simon