diff options
Diffstat (limited to 'src/mapgen_singlenode.h')
-rw-r--r-- | src/mapgen_singlenode.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mapgen_singlenode.h b/src/mapgen_singlenode.h index 5171bfbca..38bc3e020 100644 --- a/src/mapgen_singlenode.h +++ b/src/mapgen_singlenode.h @@ -19,8 +19,7 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef MAPGEN_SINGLENODE_HEADER -#define MAPGEN_SINGLENODE_HEADER +#pragma once #include "mapgen.h" @@ -48,5 +47,3 @@ public: void makeChunk(BlockMakeData *data); int getSpawnLevelAtPoint(v2s16 p); }; - -#endif |