aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/cachecontent.h
blob: 09b8734eeb9ffaee197cd5ec2f234781e0d55934 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef CACHE_CONTENT_H
#define CACHE_CONTENT_H


class cache_content
{
public:
    cache_content();
};

#endif // CACHE_CONTENT_H