diff options
Diffstat (limited to 'qtmips_gui/cachecontent.h')
-rw-r--r-- | qtmips_gui/cachecontent.h | 11 |
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 |