aboutsummaryrefslogtreecommitdiffstats
path: root/include/UIClass.h
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2015-09-07 15:28:36 -0400
committerClyne Sullivan <tullivan99@gmail.com>2015-09-07 15:28:36 -0400
commit51e40764ce718283c89422cd5e3d02d324c7d16c (patch)
tree74643c465b7d39f2a22840c6523c2aad77edcde4 /include/UIClass.h
parentebf6608e077c8d76d7f189c93a40e9f55ce630ff (diff)
Hey
Diffstat (limited to 'include/UIClass.h')
-rw-r--r--include/UIClass.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/UIClass.h b/include/UIClass.h
new file mode 100644
index 0000000..c5d74c3
--- /dev/null
+++ b/include/UIClass.h
@@ -0,0 +1,11 @@
+#ifndef UICLASS_H
+#define UICLASS_H
+
+#include <common.h>
+
+class UIClass {
+ public:
+ void handleEvents();
+};
+
+#endif // UICLASS_H