diff options
Diffstat (limited to 'ui/uiComponent.h')
-rw-r--r-- | ui/uiComponent.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ui/uiComponent.h b/ui/uiComponent.h index e7b3a0b..8a9613e 100644 --- a/ui/uiComponent.h +++ b/ui/uiComponent.h @@ -1,5 +1,4 @@ -#ifndef UICOMPONENT_H -#define UICOMPONENT_H +#pragma once #include <functional> #include <glm/glm.hpp> @@ -30,5 +29,3 @@ public: Position position; }; - -#endif |