aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/machineconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_machine/machineconfig.h')
-rw-r--r--qtmips_machine/machineconfig.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/qtmips_machine/machineconfig.h b/qtmips_machine/machineconfig.h
new file mode 100644
index 0000000..58c2fc2
--- /dev/null
+++ b/qtmips_machine/machineconfig.h
@@ -0,0 +1,11 @@
+#ifndef MACHINECONFIG_H
+#define MACHINECONFIG_H
+
+
+class MachineConfig
+{
+public:
+ MachineConfig();
+};
+
+#endif // MACHINECONFIG_H \ No newline at end of file