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

summaryrefslogtreecommitdiff
path: root/source/game/interfaces/StarEntity.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/interfaces/StarEntity.hpp')
-rw-r--r--source/game/interfaces/StarEntity.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/interfaces/StarEntity.hpp b/source/game/interfaces/StarEntity.hpp
index e55fed8..7da2a41 100644
--- a/source/game/interfaces/StarEntity.hpp
+++ b/source/game/interfaces/StarEntity.hpp
@@ -1,5 +1,4 @@
-#ifndef STAR_ENTITY_HPP
-#define STAR_ENTITY_HPP
+#pragma once
#include "StarCasting.hpp"
#include "StarDamage.hpp"
@@ -227,5 +226,3 @@ EntityFilter entityTypeFilter(function<bool(shared_ptr<EntityT> const&)> filter
};
}
}
-
-#endif