From 9031779bc93c376596d98ae1e3fb7df1c8742399 Mon Sep 17 00:00:00 2001 From: David Skoland Date: Tue, 31 Jan 2017 00:20:08 +0100 Subject: added custom classes, started working on viewport. wt/ce sfx done --- aocharselect.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 aocharselect.h (limited to 'aocharselect.h') 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 + +class AOCharSelect : public QLabel +{ +public: + AOCharSelect(); +}; + +#endif // AOCHARSELECT_H -- cgit