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

summaryrefslogtreecommitdiff
path: root/source/game/interfaces/StarInspectableEntity.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/interfaces/StarInspectableEntity.hpp')
-rw-r--r--source/game/interfaces/StarInspectableEntity.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/interfaces/StarInspectableEntity.hpp b/source/game/interfaces/StarInspectableEntity.hpp
index c1c4abc..e2b0475 100644
--- a/source/game/interfaces/StarInspectableEntity.hpp
+++ b/source/game/interfaces/StarInspectableEntity.hpp
@@ -1,5 +1,4 @@
-#ifndef STAR_INSPECTABLE_ENTITY_HPP
-#define STAR_INSPECTABLE_ENTITY_HPP
+#pragma once
#include "StarEntity.hpp"
@@ -33,5 +32,3 @@ inline Maybe<String> InspectableEntity::inspectionDescription(String const&) con
}
}
-
-#endif