Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/base/StarWorldGeometry.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/base/StarWorldGeometry.hpp')
-rw-r--r--source/base/StarWorldGeometry.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/base/StarWorldGeometry.hpp b/source/base/StarWorldGeometry.hpp
index 39bf4fe..2c93afd 100644
--- a/source/base/StarWorldGeometry.hpp
+++ b/source/base/StarWorldGeometry.hpp
@@ -1,5 +1,4 @@
-#ifndef STAR_WORLD_GEOMETRY_HPP
-#define STAR_WORLD_GEOMETRY_HPP
+#pragma once
#include "StarPoly.hpp"
@@ -259,5 +258,3 @@ inline Vec2F WorldGeometry::nearestTo(Vec2F const& source, Vec2F const& target)
}
}
-
-#endif