From b8bbc54c5c920aff1ff1b45a693f50d6d96d61c8 Mon Sep 17 00:00:00 2001 From: untodesu Date: Thu, 11 Sep 2025 15:45:26 +0500 Subject: Revise style: split include groups --- game/server/game.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'game/server/game.cc') diff --git a/game/server/game.cc b/game/server/game.cc index de9af9c..441a2cb 100644 --- a/game/server/game.cc +++ b/game/server/game.cc @@ -4,10 +4,13 @@ #include "core/config/number.hh" #include "core/config/string.hh" + #include "core/io/cmdline.hh" #include "core/io/config_map.hh" + #include "core/math/constexpr.hh" #include "core/math/crc64.hh" + #include "core/utils/epoch.hh" #include "shared/entity/collision.hh" @@ -17,6 +20,7 @@ #include "shared/entity/stasis.hh" #include "shared/entity/transform.hh" #include "shared/entity/velocity.hh" + #include "shared/world/dimension.hh" #include "shared/game_items.hh" -- cgit