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

summaryrefslogtreecommitdiff
path: root/source/game/items/StarThrownItem.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/items/StarThrownItem.hpp')
-rw-r--r--source/game/items/StarThrownItem.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/items/StarThrownItem.hpp b/source/game/items/StarThrownItem.hpp
index 81f3932..2fea0bd 100644
--- a/source/game/items/StarThrownItem.hpp
+++ b/source/game/items/StarThrownItem.hpp
@@ -1,5 +1,4 @@
-#ifndef STAR_THROWN_ITEM_HPP
-#define STAR_THROWN_ITEM_HPP
+#pragma once
#include "StarItem.hpp"
#include "StarDrawable.hpp"
@@ -28,5 +27,3 @@ private:
};
}
-
-#endif