diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-09-10 11:30:41 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-09-10 11:30:41 -0400 |
commit | 3fde0e7edf310245e5658b767840e742c9341597 (patch) | |
tree | 3fcbf69ecb959bb078078166484608e645f33f33 /include/UIClass.h | |
parent | b6ee2b7c296abcfff1ae7f7ac4db976dc4d6fd8e (diff) |
yeah
Diffstat (limited to 'include/UIClass.h')
-rw-r--r-- | include/UIClass.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/include/UIClass.h b/include/UIClass.h index c5d74c3..f12cc1e 100644 --- a/include/UIClass.h +++ b/include/UIClass.h @@ -1,11 +1,11 @@ -#ifndef UICLASS_H -#define UICLASS_H - -#include <common.h> - -class UIClass { - public: - void handleEvents(); -}; - -#endif // UICLASS_H +#ifndef UICLASS_H
+#define UICLASS_H
+
+#include <common.h>
+
+class UIClass {
+ public:
+ void handleEvents();
+};
+
+#endif // UICLASS_H
|