diff options
| author | untodesu <kirill@untode.su> | 2025-09-11 15:45:26 +0500 |
|---|---|---|
| committer | untodesu <kirill@untode.su> | 2025-09-11 15:45:26 +0500 |
| commit | b8bbc54c5c920aff1ff1b45a693f50d6d96d61c8 (patch) | |
| tree | 8b2903b313a71f8851705be400fc3e0a8317028f /game/shared/world/chunk.hh | |
| parent | a6ea7b7bbc66327cc2a957496f65dcfab5361cee (diff) | |
| download | voxelius-b8bbc54c5c920aff1ff1b45a693f50d6d96d61c8.tar.bz2 voxelius-b8bbc54c5c920aff1ff1b45a693f50d6d96d61c8.zip | |
Revise style: split include groups
Diffstat (limited to 'game/shared/world/chunk.hh')
| -rw-r--r-- | game/shared/world/chunk.hh | 3 |
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 |
