summaryrefslogtreecommitdiff
path: root/ui/uiComponent.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/uiComponent.h')
-rw-r--r--ui/uiComponent.h5
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