From 2c6562fa78e884d66b8c2a306f020101e8803f2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 19 Nov 2017 21:16:46 +0100 Subject: Just something I had stagged --- qtmips_gui/cachecontent.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 qtmips_gui/cachecontent.h (limited to 'qtmips_gui/cachecontent.h') 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 -- cgit v1.2.3