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/client/gui/play_menu.cc | |
| parent | a6ea7b7bbc66327cc2a957496f65dcfab5361cee (diff) | |
| download | voxelius-b8bbc54c5c920aff1ff1b45a693f50d6d96d61c8.tar.bz2 voxelius-b8bbc54c5c920aff1ff1b45a693f50d6d96d61c8.zip | |
Revise style: split include groups
Diffstat (limited to 'game/client/gui/play_menu.cc')
| -rw-r--r-- | game/client/gui/play_menu.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/game/client/gui/play_menu.cc b/game/client/gui/play_menu.cc index dc4ffed..2951bf2 100644 --- a/game/client/gui/play_menu.cc +++ b/game/client/gui/play_menu.cc @@ -3,8 +3,11 @@ #include "client/gui/play_menu.hh" #include "core/config/boolean.hh" + #include "core/io/config_map.hh" + #include "core/math/constexpr.hh" + #include "core/utils/string.hh" #include "shared/protocol.hh" @@ -12,6 +15,7 @@ #include "client/gui/bother.hh" #include "client/gui/gui_screen.hh" #include "client/gui/language.hh" + #include "client/io/glfw.hh" #include "client/game.hh" |
