summaryrefslogtreecommitdiff
path: root/game/terrain.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/terrain.h')
-rw-r--r--game/terrain.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/game/terrain.h b/game/terrain.h
index 4775dff..b13efb6 100644
--- a/game/terrain.h
+++ b/game/terrain.h
@@ -1,5 +1,4 @@
-#ifndef TERRAIN_H
-#define TERRAIN_H
+#pragma once
#include "chronology.hpp"
#include "collection.hpp"
@@ -28,5 +27,3 @@ private:
Collection<Mesh, false> meshes;
std::shared_ptr<Texture> grass, water;
};
-
-#endif