diff options
| author | David Skoland <davidskoland@gmail.com> | 2017-01-31 00:20:08 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2017-01-31 00:20:08 +0100 |
| commit | 9031779bc93c376596d98ae1e3fb7df1c8742399 (patch) | |
| tree | 5daacdd3f948868ab1dc54ecd440ddeed82f630c /aocharselect.h | |
| parent | ba8b0e59d8ef62415331161a589fa88f1af4e21e (diff) | |
added custom classes, started working on viewport. wt/ce sfx done
Diffstat (limited to 'aocharselect.h')
| -rw-r--r-- | aocharselect.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/aocharselect.h b/aocharselect.h new file mode 100644 index 0000000..be57dde --- /dev/null +++ b/aocharselect.h @@ -0,0 +1,12 @@ +#ifndef AOCHARSELECT_H +#define AOCHARSELECT_H + +#include <QLabel> + +class AOCharSelect : public QLabel +{ +public: + AOCharSelect(); +}; + +#endif // AOCHARSELECT_H |
