diff options
Diffstat (limited to 'source/game/StarWorldTiles.hpp')
-rw-r--r-- | source/game/StarWorldTiles.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarWorldTiles.hpp b/source/game/StarWorldTiles.hpp index b33edcf..19c83d4 100644 --- a/source/game/StarWorldTiles.hpp +++ b/source/game/StarWorldTiles.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_WORLD_TILES_HPP -#define STAR_WORLD_TILES_HPP +#pragma once #include "StarGameTypes.hpp" #include "StarXXHash.hpp" @@ -357,5 +356,3 @@ inline void RenderTile::hashPushLiquid(Hasher& hasher) const { } } - -#endif |