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