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

summaryrefslogtreecommitdiff
path: root/source/game/StarWarping.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/StarWarping.hpp')
-rw-r--r--source/game/StarWarping.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarWarping.hpp b/source/game/StarWarping.hpp
index ea32da1..f5e6c04 100644
--- a/source/game/StarWarping.hpp
+++ b/source/game/StarWarping.hpp
@@ -1,5 +1,4 @@
-#ifndef STAR_WARPING_HPP
-#define STAR_WARPING_HPP
+#pragma once
#include "StarStrongTypedef.hpp"
#include "StarUuid.hpp"
@@ -96,5 +95,3 @@ template <> struct fmt::formatter<Star::ClientShipWorldId> : ostream_formatter {
template <> struct fmt::formatter<Star::InstanceWorldId> : ostream_formatter {};
template <> struct fmt::formatter<Star::WorldId> : ostream_formatter {};
template <> struct fmt::formatter<Star::WarpToWorld> : ostream_formatter {};
-
-#endif