diff options
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
|