aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/cachecontent.h
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-11-19 21:16:46 +0100
committerKarel Kočí <cynerd@email.cz>2017-11-19 21:16:46 +0100
commit2c6562fa78e884d66b8c2a306f020101e8803f2e (patch)
tree7e9a940cb73fcdf3424ff5443163ba51da0ef82c /qtmips_gui/cachecontent.h
parent04ea2670be26291a17808bd704ce3549795953a0 (diff)
downloadqtmips-2c6562fa78e884d66b8c2a306f020101e8803f2e.tar.gz
qtmips-2c6562fa78e884d66b8c2a306f020101e8803f2e.tar.bz2
qtmips-2c6562fa78e884d66b8c2a306f020101e8803f2e.zip
Just something I had stagged
Diffstat (limited to 'qtmips_gui/cachecontent.h')
-rw-r--r--qtmips_gui/cachecontent.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/qtmips_gui/cachecontent.h b/qtmips_gui/cachecontent.h
new file mode 100644
index 0000000..09b8734
--- /dev/null
+++ b/qtmips_gui/cachecontent.h
@@ -0,0 +1,11 @@
+#ifndef CACHE_CONTENT_H
+#define CACHE_CONTENT_H
+
+
+class cache_content
+{
+public:
+ cache_content();
+};
+
+#endif // CACHE_CONTENT_H \ No newline at end of file