summaryrefslogtreecommitdiffstats
path: root/game/server/world/universe.cc
diff options
context:
space:
mode:
authoruntodesu <kirill@untode.su>2025-09-11 15:45:26 +0500
committeruntodesu <kirill@untode.su>2025-09-11 15:45:26 +0500
commitb8bbc54c5c920aff1ff1b45a693f50d6d96d61c8 (patch)
tree8b2903b313a71f8851705be400fc3e0a8317028f /game/server/world/universe.cc
parenta6ea7b7bbc66327cc2a957496f65dcfab5361cee (diff)
downloadvoxelius-b8bbc54c5c920aff1ff1b45a693f50d6d96d61c8.tar.bz2
voxelius-b8bbc54c5c920aff1ff1b45a693f50d6d96d61c8.zip
Revise style: split include groups
Diffstat (limited to 'game/server/world/universe.cc')
-rw-r--r--game/server/world/universe.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/game/server/world/universe.cc b/game/server/world/universe.cc
index fe840da..278d0a9 100644
--- a/game/server/world/universe.cc
+++ b/game/server/world/universe.cc
@@ -4,8 +4,10 @@
#include "core/config/number.hh"
#include "core/config/string.hh"
+
#include "core/io/buffer.hh"
#include "core/io/config_map.hh"
+
#include "core/utils/epoch.hh"
#include "shared/world/chunk.hh"
@@ -73,8 +75,8 @@ static void add_new_dimension(world::Dimension* dimension)
dimension->init_late(universe_config_seed.get_value());
}
-static void internal_save_chunk(
- const DimensionMetadata* metadata, const world::Dimension* dimension, const chunk_pos& cpos, const world::Chunk* chunk)
+static void internal_save_chunk(const DimensionMetadata* metadata, const world::Dimension* dimension, const chunk_pos& cpos,
+ const world::Chunk* chunk)
{
auto path = make_chunk_filename(metadata, cpos);