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

summaryrefslogtreecommitdiff
path: root/source/game/interfaces/StarAggressiveEntity.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/interfaces/StarAggressiveEntity.hpp')
-rw-r--r--source/game/interfaces/StarAggressiveEntity.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/interfaces/StarAggressiveEntity.hpp b/source/game/interfaces/StarAggressiveEntity.hpp
index 8f202dc..c9e7131 100644
--- a/source/game/interfaces/StarAggressiveEntity.hpp
+++ b/source/game/interfaces/StarAggressiveEntity.hpp
@@ -1,5 +1,4 @@
-#ifndef STAR_AGGRESSIVE_ENTITY_HPP
-#define STAR_AGGRESSIVE_ENTITY_HPP
+#pragma once
#include "StarEntity.hpp"
@@ -13,5 +12,3 @@ public:
};
}
-
-#endif