diff options
Diffstat (limited to 'source/game/StarTileDrawer.hpp')
-rw-r--r-- | source/game/StarTileDrawer.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarTileDrawer.hpp b/source/game/StarTileDrawer.hpp index 907908a..8228535 100644 --- a/source/game/StarTileDrawer.hpp +++ b/source/game/StarTileDrawer.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_TILE_DRAWER_HPP -#define STAR_TILE_DRAWER_HPP +#pragma once #include "StarTtlCache.hpp" #include "StarWorldRenderData.hpp" @@ -73,5 +72,3 @@ void TileDrawer::forEachRenderTile(WorldRenderData const& renderData, RectI cons } } - -#endif
\ No newline at end of file |