aboutsummaryrefslogtreecommitdiff
path: root/simon/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'simon/debug.h')
-rw-r--r--simon/debug.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/simon/debug.h b/simon/debug.h
index 5824a5dc55..0d26a04200 100644
--- a/simon/debug.h
+++ b/simon/debug.h
@@ -17,6 +17,11 @@
*
*/
+#ifndef SIMON_DEBUG_H
+#define SIMON_DEBUG_H
+
+namespace Simon {
+
static const char *const simon1dos_opcode_name_table[256] = {
/* 0 */
"|INV_COND",
@@ -1157,3 +1162,7 @@ const char *const simon2_video_opcode_name_table[] = {
"bb|CLEAR_OP189_FLAG",
};
+} // End of namespace Simon
+
+#endif
+