summaryrefslogtreecommitdiff
path: root/src/mapgen_v6.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapgen_v6.h')
-rw-r--r--src/mapgen_v6.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mapgen_v6.h b/src/mapgen_v6.h
index 4a885e2c5..f92e90695 100644
--- a/src/mapgen_v6.h
+++ b/src/mapgen_v6.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 MAPGENV6_HEADER
-#define MAPGENV6_HEADER
+#pragma once
#include "mapgen.h"
#include "noise.h"
@@ -169,5 +168,3 @@ public:
void placeTreesAndJungleGrass();
virtual void generateCaves(int max_stone_y);
};
-
-#endif