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.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 aocharselect.cpp (limited to 'aocharselect.cpp') diff --git a/aocharselect.cpp b/aocharselect.cpp new file mode 100644 index 0000000..1921e67 --- /dev/null +++ b/aocharselect.cpp @@ -0,0 +1,6 @@ +#include "aocharselect.h" + +AOCharSelect::AOCharSelect() +{ + +} -- cgit