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

summaryrefslogtreecommitdiff
path: root/source/game/interfaces/StarTileEntity.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/interfaces/StarTileEntity.hpp')
-rw-r--r--source/game/interfaces/StarTileEntity.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/interfaces/StarTileEntity.hpp b/source/game/interfaces/StarTileEntity.hpp
index 7fd366f..60e953d 100644
--- a/source/game/interfaces/StarTileEntity.hpp
+++ b/source/game/interfaces/StarTileEntity.hpp
@@ -1,5 +1,4 @@
-#ifndef STAR_TILE_ENTITY_HPP
-#define STAR_TILE_ENTITY_HPP
+#pragma once
#include "StarEntity.hpp"
#include "StarTileDamage.hpp"
@@ -96,5 +95,3 @@ inline bool MaterialSpace::operator==(MaterialSpace const& rhs) const {
}
}
-
-#endif