diff options
Diffstat (limited to 'include/UIClass.h')
-rw-r--r-- | include/UIClass.h | 11 |
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 |