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/client/entity/sound_emitter.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'game/client/entity/sound_emitter.cc') diff --git a/game/client/entity/sound_emitter.cc b/game/client/entity/sound_emitter.cc index 7ee5cc1..eeb7294 100644 --- a/game/client/entity/sound_emitter.cc +++ b/game/client/entity/sound_emitter.cc @@ -3,15 +3,18 @@ #include "client/entity/sound_emitter.hh" #include "core/config/number.hh" + #include "core/math/constexpr.hh" #include "shared/entity/transform.hh" #include "shared/entity/velocity.hh" + #include "shared/world/dimension.hh" #include "shared/coord.hh" #include "client/entity/camera.hh" + #include "client/sound/sound.hh" #include "client/globals.hh" -- cgit