diff options
| author | untodesu <kirill@untode.su> | 2025-12-26 22:32:38 +0500 |
|---|---|---|
| committer | untodesu <kirill@untode.su> | 2025-12-26 22:32:38 +0500 |
| commit | 6bb4233d5b2a1688e63c947542e92ec5d5a857a6 (patch) | |
| tree | a1321e1f515e5a89949596d188c541e93144f43e /src/game/client/gui | |
| parent | 2103ce38edb160b2cc982b341535e1f147e66360 (diff) | |
| download | voxelius-6bb4233d5b2a1688e63c947542e92ec5d5a857a6.tar.bz2 voxelius-6bb4233d5b2a1688e63c947542e92ec5d5a857a6.zip | |
move sound code to io
Diffstat (limited to 'src/game/client/gui')
| -rw-r--r-- | src/game/client/gui/chat.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game/client/gui/chat.cc b/src/game/client/gui/chat.cc index 76260af..f962e5d 100644 --- a/src/game/client/gui/chat.cc +++ b/src/game/client/gui/chat.cc @@ -21,11 +21,10 @@ #include "client/gui/settings.hh" #include "client/io/glfw.hh" +#include "client/io/sound.hh" #include "client/resource/sound_effect.hh" -#include "client/sound/sound.hh" - #include "client/game.hh" #include "client/globals.hh" #include "client/session.hh" |
