diff options
Diffstat (limited to 'source/game/StarTileSectorArray.hpp')
-rw-r--r-- | source/game/StarTileSectorArray.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarTileSectorArray.hpp b/source/game/StarTileSectorArray.hpp index fb96229..b54b209 100644 --- a/source/game/StarTileSectorArray.hpp +++ b/source/game/StarTileSectorArray.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_TILE_SECTOR_ARRAY_HPP -#define STAR_TILE_SECTOR_ARRAY_HPP +#pragma once #include "StarRect.hpp" #include "StarSectorArray2D.hpp" @@ -485,5 +484,3 @@ RectI TileSectorArray<Tile, SectorSize>::yClampRect(RectI const& r) const { } } - -#endif |