aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/coreview.h
blob: 6e7407f0ddda776c1700c4ef9aa93c87461a569f (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef COREVIEW_H
#define COREVIEW_H


class CoreView
{
public:
    CoreView();
};

#endif // COREVIEW_H