aboutsummaryrefslogtreecommitdiff
path: root/aocharselect.h
diff options
context:
space:
mode:
authorDavid Skoland <davidskoland@gmail.com>2017-01-31 00:20:08 +0100
committerDavid Skoland <davidskoland@gmail.com>2017-01-31 00:20:08 +0100
commit9031779bc93c376596d98ae1e3fb7df1c8742399 (patch)
tree5daacdd3f948868ab1dc54ecd440ddeed82f630c /aocharselect.h
parentba8b0e59d8ef62415331161a589fa88f1af4e21e (diff)
added custom classes, started working on viewport. wt/ce sfx done
Diffstat (limited to 'aocharselect.h')
-rw-r--r--aocharselect.h12
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