diff options
Diffstat (limited to 'source/game/StarTileModification.hpp')
-rw-r--r-- | source/game/StarTileModification.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarTileModification.hpp b/source/game/StarTileModification.hpp index 311a529..adb0b09 100644 --- a/source/game/StarTileModification.hpp +++ b/source/game/StarTileModification.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_TILE_MODIFICATION_HPP -#define STAR_TILE_MODIFICATION_HPP +#pragma once #include "StarDataStream.hpp" #include "StarVariant.hpp" @@ -48,5 +47,3 @@ typedef MVariant<PlaceMaterial, PlaceMod, PlaceMaterialColor, PlaceLiquid> TileM typedef List<pair<Vec2I, TileModification>> TileModificationList; } - -#endif |