summaryrefslogtreecommitdiffstats
path: root/game/shared/world/feature.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/shared/world/feature.hh')
-rw-r--r--game/shared/world/feature.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/game/shared/world/feature.hh b/game/shared/world/feature.hh
index e8465e3..5008223 100644
--- a/game/shared/world/feature.hh
+++ b/game/shared/world/feature.hh
@@ -1,5 +1,3 @@
-#ifndef SHARED_FEATURE_HH
-#define SHARED_FEATURE_HH 1
#pragma once
#include "shared/types.hh"
@@ -22,5 +20,3 @@ public:
void place(const voxel_pos& vpos, const chunk_pos& cpos, VoxelStorage& voxels) const;
};
} // namespace world
-
-#endif // SHARED_FEATURE_HH