diff options
Diffstat (limited to 'ui/uiComponentPlacer.h')
-rw-r--r-- | ui/uiComponentPlacer.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ui/uiComponentPlacer.h b/ui/uiComponentPlacer.h index b68c4d8..1e64f78 100644 --- a/ui/uiComponentPlacer.h +++ b/ui/uiComponentPlacer.h @@ -1,5 +1,4 @@ -#ifndef UICOMPONENTPLACER_H -#define UICOMPONENTPLACER_H +#pragma once #include <glm/glm.hpp> @@ -18,5 +17,3 @@ private: float current {}; float max {}; }; - -#endif |