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

summaryrefslogtreecommitdiff
path: root/source/game/StarDamage.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/StarDamage.hpp')
-rw-r--r--source/game/StarDamage.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarDamage.hpp b/source/game/StarDamage.hpp
index 2099c93..427efef 100644
--- a/source/game/StarDamage.hpp
+++ b/source/game/StarDamage.hpp
@@ -1,5 +1,4 @@
-#ifndef STAR_DAMAGE_HPP
-#define STAR_DAMAGE_HPP
+#pragma once
#include "StarDamageTypes.hpp"
#include "StarWorldGeometry.hpp"
@@ -120,5 +119,3 @@ struct DamageNotification {
DataStream& operator<<(DataStream& ds, DamageNotification const& damageNotification);
DataStream& operator>>(DataStream& ds, DamageNotification& damageNotification);
}
-
-#endif