aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_machine/core.h')
-rw-r--r--qtmips_machine/core.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/qtmips_machine/core.h b/qtmips_machine/core.h
index 07933ab..5c61ddb 100644
--- a/qtmips_machine/core.h
+++ b/qtmips_machine/core.h
@@ -8,6 +8,8 @@
#include "instruction.h"
#include "alu.h"
+namespace machine {
+
class Core : public QObject {
Q_OBJECT
public:
@@ -88,4 +90,6 @@ private:
struct Core::dtMemory dt_m;
};
+}
+
#endif // CORE_H