summaryrefslogtreecommitdiffstats
path: root/game/shared/world/chunk.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/shared/world/chunk.hh')
-rw-r--r--game/shared/world/chunk.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/game/shared/world/chunk.hh b/game/shared/world/chunk.hh
index 5eacf44..4f70453 100644
--- a/game/shared/world/chunk.hh
+++ b/game/shared/world/chunk.hh
@@ -2,9 +2,10 @@
#define SHARED_CHUNK_HH 1
#pragma once
-#include "shared/types.hh"
#include "shared/world/voxel_storage.hh"
+#include "shared/types.hh"
+
constexpr static unsigned int BIOME_VOID = 0U;
namespace world